Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
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

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

Alternate Options

None