COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.

This commit is contained in:
Brad King
2005-02-02 17:05:38 -05:00
parent 35ec09480a
commit a9af1c23ef
4 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ Run bison like this:
bison --yacc --name-prefix=cmDependsJava_yy --defines=cmDependsJavaParserTokens.h -ocmDependsJavaParser.cxx cmDependsJavaParser.y
Modify cmDependsJavaParser.c:
Modify cmDependsJavaParser.cxx:
- remove TABs
- add __HP_aCC to the #if test for yyerrorlab warning suppression
*/