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:
@@ -85,12 +85,6 @@ if(MSVC)
|
||||
${OLIVE_TARGET}
|
||||
PRIVATE
|
||||
/WX
|
||||
/W4
|
||||
/wd4127
|
||||
/wd4267
|
||||
/wd4100
|
||||
/wd4456
|
||||
/wd4706
|
||||
/experimental:external
|
||||
/external:anglebrackets
|
||||
/external:W0
|
||||
|
||||
Reference in New Issue
Block a user