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.

Visible to Intel only — GUID: GUID-1B3DD4E8-36A7-46DD-B8BF-2A232177C235

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