From: Karel Zak Date: Mon, 12 Sep 2011 14:15:19 +0000 (+0200) Subject: whereis: non-ANSI definition [smatch scan] X-Git-Tag: v2.21-rc1~413 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac9b7477d257f987e5f09b3007f43e5349abdde9;p=thirdparty%2Futil-linux.git whereis: non-ANSI definition [smatch scan] Signed-off-by: Karel Zak --- diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index d776b32dda..9f74963abd 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -343,7 +343,7 @@ getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) } static void -zerof() +zerof(void) { if (sflag && bflag && mflag) sflag = bflag = mflag = 0;