Ignore warning C4599.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-06 23:04:45 +03:00
parent 46c295b4b1
commit 9f77834849

View File

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