Fixed some warnings

This commit is contained in:
Erik van der Kouwe 2009-08-17 18:49:07 +00:00
parent b3ab0cb03a
commit fdf47c1046
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
/* $Header$ */
extern int yylex();
extern int yylex(void);
int main( argc, argv )
int argc;

View file

@ -2,7 +2,7 @@
/* $Header$ */
int yywrap()
int yywrap(void)
{
return 1;
}

View file

@ -353,7 +353,7 @@ int exit_status;
{
int tblsiz;
int unlink();
int unlink(const char *);
if ( skelfile != NULL )
{