Visible to Intel only — GUID: GUID-1D752DBB-E8E5-4F9A-BC53-959EB943A26C
Visible to Intel only — GUID: GUID-1D752DBB-E8E5-4F9A-BC53-959EB943A26C
wr, Qwr
Changes a soft diagnostic to an remark. This is a deprecated option that may be removed in a future release.
Linux and macOS: |
-wrLn[,Ln,...] |
Windows: |
/QwrLn[,Ln,...] |
Ln |
Is the number of the diagnostic to be changed. |
OFF |
The compiler returns soft diagnostics as usual. |
This option overrides the severity of the soft diagnostic that corresponds to the specified number and changes it to a remark.
This is a deprecated option that may be removed in a future release. The replacement option is [Q]diag-remark.
Soft diagnostics are diagnostic messages that don't prevent the production of an object file; for example, warnings and remarks.
If you specify more than one Ln, each Ln must be separated by a comma.
Linux and macOS: -diag-remark
Windows: /Qdiag-remark