Fixed some warnings
This commit is contained in:
parent
b3ab0cb03a
commit
fdf47c1046
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
extern int yylex();
|
extern int yylex(void);
|
||||||
|
|
||||||
int main( argc, argv )
|
int main( argc, argv )
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* $Header$ */
|
/* $Header$ */
|
||||||
|
|
||||||
int yywrap()
|
int yywrap(void)
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
@ -353,7 +353,7 @@ int exit_status;
|
|||||||
|
|
||||||
{
|
{
|
||||||
int tblsiz;
|
int tblsiz;
|
||||||
int unlink();
|
int unlink(const char *);
|
||||||
|
|
||||||
if ( skelfile != NULL )
|
if ( skelfile != NULL )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user