From: Miroslav Lichvar Date: Mon, 6 Jul 2009 09:49:26 +0000 (+0200) Subject: Fix compiler warnings in getdate.c X-Git-Tag: 1.24-pre1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefb5c7552058eb63ea2c79c95c7e718183263aa;p=thirdparty%2Fchrony.git Fix compiler warnings in getdate.c --- diff --git a/getdate.c b/getdate.c index e4819bd0..daf74686 100644 --- a/getdate.c +++ b/getdate.c @@ -140,8 +140,8 @@ extern time_t mktime (); #define yytable gd_yytable #define yycheck gd_yycheck -static int yylex (); -static int yyerror (); +static int yylex (void); +static int yyerror (char *s); #define EPOCH 1970 #define HOUR(x) ((x) * 60)