Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether a warning is issued if a variable is used before being initialized.
Linux and OS X: | -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