Visible to Intel only — GUID: GUID-5F5AC7E2-6356-4C0D-A1E4-75A570CEA77A
Visible to Intel only — GUID: GUID-5F5AC7E2-6356-4C0D-A1E4-75A570CEA77A
diag-once, Qdiag-once
Tells the compiler to issue one or more diagnostic messages only once.
Linux: |
-diag-onceid[,id,...] |
macOS: |
-diag-onceid[,id,...] |
Windows: |
/Qdiag-once:id[,id,...] |
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. |
OFF |
The compiler issues certain diagnostic messages by default. |
This option tells the compiler to issue one or more diagnostic messages only once.
Linux: -wo (this is a deprecated option)
Windows: /Qwo (this is a deprecated option)