diag-once, Qdiag-once

Tells the compiler to issue one or more diagnostic messages only once.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-diag-onceid[,id,...]

Windows:

/Qdiag-once:id[,id,...]

Arguments

id

Is the ID number of the diagnostic message. If you specify more than one message number, they must be separated by commas. There can be no intervening white space between each id.

Default

OFF

The compiler issues certain diagnostic messages by default.

Description

This option tells the compiler to issue one or more diagnostic messages only once.

Alternate Options

Linux: -wo (this is a deprecated option)

Windows: /Qwo (this is a deprecated option)


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.