diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-24 15:16:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-24 15:16:13 (GMT) |
commit | 9a2dbdc1f1a73a419c3e174756814b8c79963c68 (patch) | |
tree | 544787e591e29155226902d39d8230b083df6c78 /Source/cmCommandArgumentLexer.cxx | |
parent | 5059adb5ff4749b992ab520710d819c0d07b135a (diff) | |
download | CMake-9a2dbdc1f1a73a419c3e174756814b8c79963c68.zip CMake-9a2dbdc1f1a73a419c3e174756814b8c79963c68.tar.gz CMake-9a2dbdc1f1a73a419c3e174756814b8c79963c68.tar.bz2 |
COMP: fix warnings on hp
Diffstat (limited to 'Source/cmCommandArgumentLexer.cxx')
-rw-r--r-- | Source/cmCommandArgumentLexer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommandArgumentLexer.cxx b/Source/cmCommandArgumentLexer.cxx index 4881171..d58d125 100644 --- a/Source/cmCommandArgumentLexer.cxx +++ b/Source/cmCommandArgumentLexer.cxx @@ -1046,6 +1046,7 @@ case YY_STATE_EOF(NOESCAPES): "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ +return 0; /* this should not happend but it should silence a warning */ } /* end of cmCommandArgument_yylex */ /* yy_get_next_buffer - try to read in a new buffer |