From de71bacdf1bebd3aecb8294f6179fd0a02e15888 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 15 Feb 2020 14:47:59 +1100 Subject: [PATCH] msvc: suppress C4100 warning --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index c0ea9c9cd..15cb89871 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -71,6 +71,7 @@ if(MSVC) /W4 /wd4127 /wd4267 + /wd4100 /wd4456 /wd4706 /experimental:external