Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
5f2277c1
Commit
5f2277c1
authored
Feb 21, 2008
by
David Cole
Browse files
COMP: Eliminate warning on HP dashboard.
parent
df6c0d9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Common/Testing/Cxx/TestCxxFeatures.cxx
View file @
5f2277c1
...
...
@@ -599,7 +599,14 @@ void TestVoidReturnOuter()
# pragma warning (disable:858) // type qualifier on return is meaningless
#endif
// aCC warns "type qualifier on return type is meaningless" - just omit the
// function on aCC builds since there is no way to suppress the warning via
// pragmas...
#if !defined(__HP_aCC)
void
const
TestVoidConstReturn
()
{}
#endif
#if defined(__INTEL_COMPILER)
# pragma warning (pop)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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