Ignore warning C4718.

--HG--
branch : develop
master
Roman Telezhynskyi 2016-08-06 23:35:30 +03:00
parent acc7cd34ce
commit 549a6e5780
1 changed files with 2 additions and 1 deletions

View File

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