summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsJavaParser.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-02 22:05:38 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-02 22:05:38 (GMT)
commita9af1c23efa81fd6386904c61386bb45e380348c (patch)
tree8166cc0ba35621ce6af3f47a036ba3223eb395a8 /Source/cmDependsJavaParser.cxx
parent35ec09480a32a98e4dda725a0fd1b7ba1e8b0b17 (diff)
downloadCMake-a9af1c23efa81fd6386904c61386bb45e380348c.zip
CMake-a9af1c23efa81fd6386904c61386bb45e380348c.tar.gz
CMake-a9af1c23efa81fd6386904c61386bb45e380348c.tar.bz2
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
Diffstat (limited to 'Source/cmDependsJavaParser.cxx')
-rw-r--r--Source/cmDependsJavaParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJavaParser.cxx b/Source/cmDependsJavaParser.cxx
index ac97989..fd4bb2f 100644
--- a/Source/cmDependsJavaParser.cxx
+++ b/Source/cmDependsJavaParser.cxx
@@ -5912,7 +5912,7 @@ yyerrlab:
`---------------------------------------------------*/
yyerrorlab:
-#ifdef __GNUC__
+#if defined(__GNUC__) || defined(__HP_aCC)
/* Pacify GCC when the user code never invokes YYERROR and the label
yyerrorlab therefore never appears in user code. */
if (0)