aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler/msvc
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 15:28:03 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-21 15:28:14 +0200
commite5cba4b07151ecf7d51fa33d2dd7574c7e14035c (patch)
treeb46fdc027d57c970027ad6dc8795cb8c45d7953f /cmake/compiler/msvc
parentfaa3dc9608a5d630e7c732de30dd8bc6b0eba124 (diff)
Core/Spells: Convert/Update druid "Glyph of Innervate" for 4.3.4
Diffstat (limited to 'cmake/compiler/msvc')
-rw-r--r--cmake/compiler/msvc/settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/compiler/msvc/settings.cmake b/cmake/compiler/msvc/settings.cmake
index 423998f664c..baa5e66f9ce 100644
--- a/cmake/compiler/msvc/settings.cmake
+++ b/cmake/compiler/msvc/settings.cmake
@@ -62,4 +62,4 @@ endif()
# Enable and treat as errors the following warnings to easily detect virtual function signature failures:
# 'function' : member function does not override any base class virtual member function
# 'virtual_function' : no override available for virtual member function from base 'class'; function is hidden
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /we4263 /we4264")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /we4263 /we4264 /W4")