Remove /W3 warning in cvf (already use /W4)

This commit is contained in:
Gaute Lindkvist 2020-09-25 11:58:32 +02:00
parent 6d37c6239a
commit 13025e92fb

View File

@ -75,9 +75,6 @@ if (MSVC)
set(CEE_STRICT_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /Wall")
endif()
# Must add base warning level after setting up strict
set(CEE_BASE_CXX_FLAGS "${CEE_BASE_CXX_FLAGS} /W3")
endif()