Intel® C++ Compiler 19.0 Developer Guide and Reference

Wpointer-arith

Determines whether warnings are issued for questionable pointer arithmetic.

Syntax

Linux and macOS:

-Wpointer-arith

-Wno-pointer-arith

Windows:

None

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

None

Alternate Options

None