Is there a compiler option in VS 2008 (C++) to expose uninitialized variables? I’m trying to debug a problem where the “release” build of a DLL does not work but the “debug” build of the DLL does work.
Is there a compiler option in VS 2008 (C++) to expose uninitialized variables? I’m
Share
iirc, setting warning level to 4 will help with this