Changes a warning to an error.
Windows: C/C++ > General > Treat Warnings As Errors
Linux: None
Mac OS: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | See Werror. |
Windows: | /WX |
None
OFF | The compiler returns diagnostics as usual. |
This option tells the compiler to report warnings as errors.
Linux: -Werror
Windows: None