Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-0670A3AA-5497-4D68-BEF8-0E4B5B5B17E3
Visible to Intel only — GUID: GUID-0670A3AA-5497-4D68-BEF8-0E4B5B5B17E3
Wuninitialized
Determines whether a warning is issued if a variable is used before being initialized.
Linux: |
-Wuninitialized -Wno-uninitialized |
macOS: |
-Wuninitialized -Wno-uninitialized |
Windows: |
None |
None
-Wno-uninitialized |
No warning is issued if a variable is used before being initialized. |
This option determines whether a warning is issued if a variable is used before being initialized. Equivalent to -ww592 and -wd592.
-ww592 and -wd592