summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-07 11:21:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-07 11:21:37 +0100
commitcb490241da4b8306c1bd3d9c9ac299618ed5d346 (patch)
tree05671f3bf0ad887ef4a764b3d7a5bcc782d2e27a
parent5bbe7c88c41e694c7a98a08c3f5209c78be4ef4f (diff)
a
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67f1741f..a1591916 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,6 +97,7 @@ if(MSVC)
#-wd4251 # warning C4251: 't::f': class 'x' needs to have dll-interface to be used by clients of class 'y'
-wd4456 # warning C4456: declaration of 'x' hides previous local declaration
-wd4458 # warning C4458: declaration of 'keys' hides class member
+ -wd4127 # warning C4127: conditional expression is constant
)
add_definitions(-utf-8)
if(CMAKE_SIZEOF_VOID_P GREATER_EQUAL 8)