diff options
Diffstat (limited to 'Source/cmExprLexer.cxx')
-rw-r--r-- | Source/cmExprLexer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExprLexer.cxx b/Source/cmExprLexer.cxx index aa384cdc81..4704f03685 100644 --- a/Source/cmExprLexer.cxx +++ b/Source/cmExprLexer.cxx @@ -976,7 +976,7 @@ case YY_STATE_EOF(INITIAL): "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*/ +return 0; /* this should not happen but it quiets some compilers */ } /* end of cmExpr_yylex */ /* yy_get_next_buffer - try to read in a new buffer |