From 51fc105bfdd89e52d9bf82b8728c312ef099f6ca Mon Sep 17 00:00:00 2001 From: Mads Buvik Sandvei Date: Sat, 4 Jul 2020 21:03:26 +0200 Subject: [PATCH] No longer relevant --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42005036b..9d28435f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -230,9 +230,6 @@ if (WIN32) # Get rid of useless crud from windows.h add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN) - - # Get rid of the pointless warning "enum type is unscoped" - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd26812") endif() if (NOT WIN32 AND BUILD_WIZARD) # windows users can just run the morrowind installer