Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormano-wii <germano.costa@ig.com.br>2019-03-22 22:23:23 +0300
committermano-wii <germano.costa@ig.com.br>2019-03-22 22:23:23 +0300
commitc2b2f9baa88e6bec9323ee8f2d9d8fc1861aeef5 (patch)
tree808e981e3d6d885b814c27660199d1a66ec29b1d /CMakeLists.txt
parent243a9254ea579915e697cfde59e9c4f6e9ffd4ee (diff)
parentedcb5415a275cd121b49972fa8baead4b43cad4d (diff)
Merge branch 'blender2.7'
Conflicts: CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2662859b76d..6a8a7a7fcfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1446,6 +1446,7 @@ elseif(CMAKE_C_COMPILER_ID MATCHES "MSVC")
# warning level:
"/W3"
"/w34062" # switch statement contains 'default' but no 'case' labels
+ "/w34115" # 'type' : named type definition in parentheses
"/w34189" # local variable is initialized but not referenced
# disable:
"/wd4018" # signed/unsigned mismatch