Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-14554577-B58B-40EC-9B7C-14A520091DED
Visible to Intel only — GUID: GUID-14554577-B58B-40EC-9B7C-14A520091DED
Werror-all
Causes all warnings and currently enabled remarks to be reported as errors.
Linux: |
-Werror-all |
macOS: |
-Werror-all |
Windows: |
/Werror-all |
None
OFF |
The compiler returns diagnostics as usual. |
This option causes all warnings and currently enabled remarks to be reported as errors.
To enable display of remarks, specify option -Wremarks.
Linux and macOS: -diag-error warn, remark
Windows: /Qdiag-error:warn, remark