Ignore warning C4371.

--HG--
branch : develop
master
Roman Telezhynskyi 2016-08-06 23:20:09 +03:00
parent 9f77834849
commit acc7cd34ce
1 changed files with 2 additions and 1 deletions

View File

@ -720,5 +720,6 @@ MSVC_DEBUG_CXXFLAGS += \
-wd4350 \
-wd4242 \
-wd4265 \
-wd4599
-wd4599 \
-wd4371
}