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

ID 767253
Date 3/22/2024
Public
Document Table of Contents

Wabi

Determines whether a warning is issued if generated code is not C++ ABI compliant.

Syntax

Linux:

-Wabi

-Wno-abi

Windows:

/Wabi

/Wno-abi

Arguments

None

Default

Wno-abi

No warning is issued when generated code is not C++ ABI compliant.

Description

This option determines whether a warning is issued if generated code is not C++ ABI compliant.

IDE Equivalent

None

Alternate Options

None