These keys available since GCC 8.

--HG--
branch : develop
merge-requests/1/merge
Roman Telezhynskyi 2019-05-05 17:45:51 +03:00
parent 218ef45d1e
commit 2753702385
1 changed files with 2 additions and 2 deletions

View File

@ -389,8 +389,8 @@ g++7:GCC_DEBUG_CXXFLAGS += \
-Walloc-zero \
-Wnonnull
# Since GCC 7
g++7:GCC_DEBUG_CXXFLAGS += \
# Since GCC 8
g++8:GCC_DEBUG_CXXFLAGS += \
-Wmultistatement-macros \
-Warray-bounds