mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
clean up minor build warnings
This commit is contained in:
parent
9498704b93
commit
555f8d3e24
@ -30,4 +30,6 @@ void dcyywarning(const string &msg);
|
||||
|
||||
int dcyylex();
|
||||
|
||||
// we always read files
|
||||
#define YY_NEVER_INTERACTIVE 1
|
||||
#endif
|
||||
|
@ -40,4 +40,7 @@ void eggyywarning(ostringstream &strm);
|
||||
|
||||
int eggyylex();
|
||||
|
||||
// always read from files
|
||||
#define YY_NEVER_INTERACTIVE 1
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user