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:
authorRay Molenkamp <github@lazydodo.com>2019-05-27 01:13:31 +0300
committerRay Molenkamp <github@lazydodo.com>2019-05-27 01:13:31 +0300
commitd59538228886e5aaba13f04b27d99e5b78b241e8 (patch)
treec9547c9fe6658e99a88ed4946148ce0bfb74826c /CMakeLists.txt
parent30f3ffce0581668c2d5993c58bb98361d28b8a50 (diff)
cmake/msvc: Repress MSVC template warning C4661
Draco emits about 60 of these, consulted with brecht before repressing them.
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 f55ae5f5b8a..20cdac84e06 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1552,6 +1552,7 @@ elseif(CMAKE_C_COMPILER_ID MATCHES "MSVC")
"/wd4800" # forcing value to bool 'true' or 'false'
"/wd4828" # The file contains a character that is illegal
"/wd4996" # identifier was declared deprecated
+ "/wd4661" # no suitable definition provided for explicit template instantiation request
# errors:
"/we4013" # 'function' undefined; assuming extern returning int
"/we4133" # incompatible pointer types