diff options
Diffstat (limited to 'Source/cmDependsJavaLexer.in.l')
-rw-r--r-- | Source/cmDependsJavaLexer.in.l | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmDependsJavaLexer.in.l b/Source/cmDependsJavaLexer.in.l index 22879b9..3ca61a3 100644 --- a/Source/cmDependsJavaLexer.in.l +++ b/Source/cmDependsJavaLexer.in.l @@ -53,6 +53,11 @@ Modify cmDependsJavaLexer.h: # pragma warning ( disable : 4786 ) #endif +#if defined(__BORLANDC__) +# pragma warn -8008 /* condition always returns true */ +# pragma warn -8066 /* unreachable code */ +#endif + /* Disable features we do not need. */ #define YY_NEVER_INTERACTIVE 1 #undef ECHO /* SGI termios defines this differently. */ |