summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortranParser.y
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-02 17:05:38 -0500
committerBrad King <brad.king@kitware.com>2005-02-02 17:05:38 -0500
commita9af1c23efa81fd6386904c61386bb45e380348c (patch)
tree8166cc0ba35621ce6af3f47a036ba3223eb395a8 /Source/cmDependsFortranParser.y
parent35ec09480a32a98e4dda725a0fd1b7ba1e8b0b17 (diff)
downloadcmake-a9af1c23efa81fd6386904c61386bb45e380348c.tar.gz
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
Diffstat (limited to 'Source/cmDependsFortranParser.y')
-rw-r--r--Source/cmDependsFortranParser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsFortranParser.y b/Source/cmDependsFortranParser.y
index a3f60afb89..44210e024b 100644
--- a/Source/cmDependsFortranParser.y
+++ b/Source/cmDependsFortranParser.y
@@ -35,6 +35,7 @@ Run bison like this:
Modify cmDependsFortranParser.cxx:
- remove TABs
+ - add __HP_aCC to the #if test for yyerrorlab warning suppression
*/