cmake: reduce msvc warning level

We don't develop with MSVC, we only use it for Windows builds so constantly
having to synchronize the warnings between it and GCC seems like a waste of
time.
This commit is contained in:
itsmattkc
2020-03-19 12:20:21 +11:00
parent 62dafce3cf
commit 90284bef19
-6
View File
@@ -85,12 +85,6 @@ if(MSVC)
${OLIVE_TARGET}
PRIVATE
/WX
/W4
/wd4127
/wd4267
/wd4100
/wd4456
/wd4706
/experimental:external
/external:anglebrackets
/external:W0