Intel® C++ Compiler 16.0 User and Reference Guide

Wpointer-arith

Determines whether warnings are issued for questionable pointer arithmetic.

Syntax

Linux and OS X:

-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