summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileLexer.in.l
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-12-09 14:16:40 (GMT)
committerBrad King <brad.king@kitware.com>2003-12-09 14:16:40 (GMT)
commitcf42225c0b76b3dfa545caeda99675184e840f55 (patch)
tree14598e47e112382ea75e92ccca21545131bc6137 /Source/cmListFileLexer.in.l
parentc85e16450ddf1424457d6208dfd3459724b60035 (diff)
downloadCMake-cf42225c0b76b3dfa545caeda99675184e840f55.zip
CMake-cf42225c0b76b3dfa545caeda99675184e840f55.tar.gz
CMake-cf42225c0b76b3dfa545caeda99675184e840f55.tar.bz2
ERR: Removed YY_BREAK statements after return statements because they are unreachable.
Diffstat (limited to 'Source/cmListFileLexer.in.l')
-rw-r--r--Source/cmListFileLexer.in.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmListFileLexer.in.l b/Source/cmListFileLexer.in.l
index 6efd5f0..91b5d88 100644
--- a/Source/cmListFileLexer.in.l
+++ b/Source/cmListFileLexer.in.l
@@ -28,6 +28,7 @@ Modify cmListFileLexer.c:
- remove the yyunput function
- add a statement "(void)yyscanner;" to the top of these methods:
yy_fatal_error, yyalloc, yyrealloc, yyfree
+ - remove all YY_BREAK lines occurring right after return statements
*/