Intel® oneAPI DPC++/C++ Compiler
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-B5730911-CE7B-4E0F-9169-AD12909641B8
Visible to Intel only — GUID: GUID-B5730911-CE7B-4E0F-9169-AD12909641B8
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
Alternate Options
None