Skip to content
Snippets Groups Projects
Commit f963a161 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove an implicit int, to silence gcc warnings.

parent 9d11c5ea
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ int lutil_mnem2subsys( const char *subsys )
return -1;
}
void lutil_set_all_backends( level )
void lutil_set_all_backends( int level )
{
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment