Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Werror, WX

Changes all warnings to errors.

Syntax

Linux:

-Werror

macOS:

-Werror

Windows:

/WX

Arguments

None

Default

OFF

The compiler returns diagnostics as usual.

Description

This option changes all warnings to errors.

IDE Equivalent

Visual Studio: General > Treat Warnings As Errors

Eclipse: Compilation Diagnostics > Treat Warnings As Errors

Xcode: Diagnostics > Treat Warnings As Errors

Alternate Options

Linux and macOS: -diag-error warn

Windows: /Qdiag-error:warn