-
Remove redundant MSVC++ /W3 triggering warnings · 60b59217Billy Robert O'Neal III authored
This change looks for CMake's default setting for MSVC++, /W3 (and any other level should that change in the future), and removes it before adding /W4. This stops the build for MSVC++ emitting warnings about /W4 overriding /W3 earlier on the command line.
60b59217
×