diff options
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/CMakeLists.txt b/tests/server/CMakeLists.txt index 78b9b7029..d53243608 100644 --- a/tests/server/CMakeLists.txt +++ b/tests/server/CMakeLists.txt @@ -1,7 +1,7 @@ set(TARGET_LABEL_PREFIX "Test server ") if(MSVC) - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4127 /wd4306") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4306") endif() function(SETUP_EXECUTABLE TEST_NAME) # ARGN are the files in the test |