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-A27D79C9-D4D9-497C-B0C3-1E0373548E7C
Visible to Intel only — GUID: GUID-A27D79C9-D4D9-497C-B0C3-1E0373548E7C
Wpointer-arith
Determines whether warnings are issued for questionable pointer arithmetic.
Syntax
Linux: |
-Wpointer-arith -Wno-pointer-arith |
Windows: |
/Wpointer-arith /Wno-pointer-arith |
Arguments
None
Default
Wno-pointer-arith |
No warnings are issued for questionable pointer arithmetic. |
Description
Determines whether warnings are issued for questionable pointer arithmetic.
IDE Equivalent
Alternate Options
None