mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:45:07 -05:00
Fix compiler warnings in getdate.c
This commit is contained in:
@@ -140,8 +140,8 @@ extern time_t mktime ();
|
|||||||
#define yytable gd_yytable
|
#define yytable gd_yytable
|
||||||
#define yycheck gd_yycheck
|
#define yycheck gd_yycheck
|
||||||
|
|
||||||
static int yylex ();
|
static int yylex (void);
|
||||||
static int yyerror ();
|
static int yyerror (char *s);
|
||||||
|
|
||||||
#define EPOCH 1970
|
#define EPOCH 1970
|
||||||
#define HOUR(x) ((x) * 60)
|
#define HOUR(x) ((x) * 60)
|
||||||
|
|||||||
Reference in New Issue
Block a user