| ||||||
| 5/17 |
| 2006/7/11 [Computer/SW/Compilers] UID:43629 Activity:nil |
7/11 Is there a way to turn off specific warnings on the intel 9.0 C++
compilers? The man page says -wd[warning number] should suppress
the warning, but that isn't working for me at all. The only
think that does is just -w, but that suppresses ALL warnings.
\_ grep -v warning-that-I-dont-care ... |