Wp64

Tells the compiler to display diagnostics for 64-bit porting.

IDE Equivalent

Windows: C/C++ > General > Detect 64-bit Portability Issues

Linux: None

Mac OS: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -Wp64
Windows:    /Wp64

Arguments

None

Default

OFF      The compiler does not display diagnostics for 64-bit porting.

Description

This option tells the compiler to display diagnostics for 64-bit porting.

Alternate Options

None