From 90284bef192453b5315a0f91cb5beac50356d2d2 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 19 Mar 2020 12:20:21 +1100 Subject: [PATCH] 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. --- app/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 4cc08827f..c9fbd5d5c 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -85,12 +85,6 @@ if(MSVC) ${OLIVE_TARGET} PRIVATE /WX - /W4 - /wd4127 - /wd4267 - /wd4100 - /wd4456 - /wd4706 /experimental:external /external:anglebrackets /external:W0