Disable warning Wunsafe-loop-optimizations.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-07-25 18:22:42 +03:00
parent 14376c4fe1
commit 439b1577f5

View File

@ -240,7 +240,7 @@ GCC_DEBUG_CXXFLAGS += \
-Wredundant-decls \ -Wredundant-decls \
# -Winline \ # -Winline \
-Winvalid-pch \ -Winvalid-pch \
-Wunsafe-loop-optimizations \ # -Wunsafe-loop-optimizations \
-Wlong-long \ -Wlong-long \
-Wmissing-format-attribute \ -Wmissing-format-attribute \
-Wswitch-default \ -Wswitch-default \