Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Wp64

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

Syntax

Linux and macOS:

-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.

IDE Equivalent

Visual Studio: General > Detect 64-bit Portability Issues

Eclipse: None

Xcode: None

Alternate Options

None