From: Michael Schroeder Date: Mon, 5 Oct 2015 09:44:52 +0000 (+0200) Subject: Give ex type int to silence the compiler X-Git-Tag: 0.6.14~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372d5dee6fedb28c4f97542b7999a9e52bcfbc13;p=thirdparty%2Flibsolv.git Give ex type int to silence the compiler --- diff --git a/tools/testsolv.c b/tools/testsolv.c index 5c493941..d0328aea 100644 --- a/tools/testsolv.c +++ b/tools/testsolv.c @@ -25,7 +25,7 @@ static struct resultflags2str { }; static void -usage(ex) +usage(int ex) { fprintf(ex ? stderr : stdout, "Usage: testsolv \n"); exit(ex);