]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Give ex type int to silence the compiler
authorMichael Schroeder <mls@suse.de>
Mon, 5 Oct 2015 09:44:52 +0000 (11:44 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 5 Oct 2015 09:44:52 +0000 (11:44 +0200)
tools/testsolv.c

index 5c4939411fa4632c7ce51e0a636eb4d6e469f144..d0328aeab1fe61dac13ae056385fd64f873b0907 100644 (file)
@@ -25,7 +25,7 @@ static struct resultflags2str {
 };
 
 static void
-usage(ex)
+usage(int ex)
 {
   fprintf(ex ? stderr : stdout, "Usage: testsolv <testcase>\n");
   exit(ex);