cmake/msvc: Repress MSVC template warning C4661

Draco emits about 60 of these, consulted with brecht before
repressing them.
This commit is contained in:
Ray molenkamp 2019-05-26 16:13:31 -06:00
parent 30f3ffce05
commit d595382288
1 changed files with 1 additions and 0 deletions

View File

@ -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