Key -Wstrict-overflow must be suppressed separately on Windows.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-09-30 10:36:36 +03:00
parent 5ced931a04
commit 143c5b4941

View File

@ -731,6 +731,7 @@ ICC_DEBUG_CXXFLAGS += \
GCC_DEBUG_CXXFLAGS += \ GCC_DEBUG_CXXFLAGS += \
-O0 \ -O0 \
-Wall \ -Wall \
-Wno-error=strict-overflow \
-Wextra \ -Wextra \
-fno-omit-frame-pointer # Need for exchndl.dll -fno-omit-frame-pointer # Need for exchndl.dll