COMP: fix warnings on hp

This commit is contained in:
Bill Hoffman 2007-09-24 11:16:13 -04:00
parent 5059adb5ff
commit 9a2dbdc1f1
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -981,6 +981,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*/
} /* end of cmExpr_yylex */
/* yy_get_next_buffer - try to read in a new buffer