Intel® oneAPI DPC++/C++ Compiler 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.
Syntax
Linux: |
-Wuninitialized -Wno-uninitialized |
Windows: |
/Wuninitialized /Wno-uninitialized |
Arguments
None
Default
Wno-uninitialized |
No warning is issued if a variable is used before being initialized. |
Description
This option determines whether a warning is issued if a variable is used before being initialized.
IDE Equivalent
Alternate Options
None