Ignore warning C4718.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-06 23:35:30 +03:00
parent acc7cd34ce
commit 549a6e5780

View file

@ -721,5 +721,6 @@ MSVC_DEBUG_CXXFLAGS += \
-wd4242 \
-wd4265 \
-wd4599 \
-wd4371
-wd4371 \
-wd4718
}