Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
16125cd0
Commit
16125cd0
authored
Mar 14, 2005
by
Brad King
Browse files
COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.
parent
4a0373c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmDependsFortranParser.cxx
View file @
16125cd0
...
...
@@ -1410,7 +1410,7 @@ yyerrlab:
`---------------------------------------------------*/
yyerrorlab:
#if defined(__GNUC__) || defined(__HP_aCC)
#if defined(__GNUC__) || defined(__HP_aCC)
|| defined(__INTEL_COMPILER)
/* Pacify GCC when the user code never invokes YYERROR and the label
yyerrorlab therefore never appears in user code. */
if
(
0
)
...
...
Source/cmDependsFortranParser.y
View file @
16125cd0
...
...
@@ -36,6 +36,7 @@ Run bison like this:
Modify cmDependsFortranParser.cxx:
- remove TABs
- add __HP_aCC to the #if test for yyerrorlab warning suppression
- add __INTEL_COMPILER to the #if test for yyerrorlab warning suppression
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment