mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
DIRECTOR: Restore Redundant Declaration Warning Fix in Grammar Parser Code
This is emitted by GCC if -Wredundant-decls is passed. The Bison source files to generate this header should be modified to fix this, but I am unclear on the required workflow.
This commit is contained in:
parent
9b5c57100d
commit
d5eea395bb
@ -177,7 +177,7 @@ typedef union YYSTYPE YYSTYPE;
|
||||
extern YYSTYPE yylval;
|
||||
|
||||
|
||||
int yyparse (void);
|
||||
//int yyparse (void);
|
||||
|
||||
|
||||
#endif /* !YY_YY_ENGINES_DIRECTOR_LINGO_LINGO_GR_H_INCLUDED */
|
||||
|
Loading…
Reference in New Issue
Block a user