diff options
Diffstat (limited to 'Source/cmDependsJavaLexer.cxx')
-rw-r--r-- | Source/cmDependsJavaLexer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsJavaLexer.cxx b/Source/cmDependsJavaLexer.cxx index a168a7d..3af688a 100644 --- a/Source/cmDependsJavaLexer.cxx +++ b/Source/cmDependsJavaLexer.cxx @@ -1596,6 +1596,7 @@ case YY_STATE_EOF(string): "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ +return 0; /* this should not happen but it silences a warning*/ } /* end of cmDependsJava_yylex */ /* yy_get_next_buffer - try to read in a new buffer |