Ignore warning C4599.

--HG--
branch : develop
master
Roman Telezhynskyi 2016-08-06 23:04:45 +03:00
parent 46c295b4b1
commit 9f77834849
1 changed files with 2 additions and 1 deletions

View File

@ -719,5 +719,6 @@ MSVC_DEBUG_CXXFLAGS += \
-wd4548 \
-wd4350 \
-wd4242 \
-wd4265
-wd4265 \
-wd4599
}