mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
This commit is contained in:
@@ -28,6 +28,7 @@ Modify cmDependsJavaLexer.cxx:
|
||||
- remove "yyscanner" argument from these methods:
|
||||
yy_fatal_error, yyalloc, yyrealloc, yyfree
|
||||
- remove all YY_BREAK lines occurring right after return statements
|
||||
- change while ( 1 ) to for(;;)
|
||||
|
||||
Modify cmDependsJavaLexer.h:
|
||||
- remove TABs
|
||||
|
||||
Reference in New Issue
Block a user