Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
local variable 'name' used without having been initialized
You used the local variable name without first assigning it a value, which could lead to unpredictable results.
This warning is issued only when either /Od or /Ox is specified.
Send Feedback on this topic to the authors