Tagged Questions
1
vote
2answers
220 views
How to disable warnings for system headers in Sun Studio 12
We're in the middle of tidying up our codebase by (among other things) fixing all the compiler warnings.
The end goal is to turn on the flag that converts all warnings to errors. We've run into a ...
1
vote
4answers
1k views
SunStudio C++ compiler pragma to disable warnings?
The STLport bundled with the SunStudio11 generates alot of warnings. I beleive most compilers have a way to disable warnings from certain source files, like this:
Sun C
#pragma error_messages off
...
0
votes
2answers
403 views
Warnings and SunStudio C++ compiler
I talked my team into turning on compiler warnings again. Some how all warnings (-w) were disabled (don't ask...). Most of them are obvious but one of them is really annoying. I get it from my date ...