Changes all warnings to errors.
Windows: General > Treat Warnings As Errors
Linux: Compilation Diagnostics > Treat Warnings As Errors
Mac OS X: Diagnostics > Treat Warnings As Errors
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -Werror |
Windows: | /WX |
None
OFF |
The compiler returns diagnostics as usual. |
This option changes all warnings to errors.
Linux and Mac OS X: -diag-error warn
Windows: /Qdiag-error:warn
Copyright © 1996-2010, Intel Corporation. All rights reserved.