Tagged Questions
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
...