Revert "Move warnings -Wnull-dereference to GCC 8 block."

This reverts commit 352a5398ad.
develop
Roman Telezhynskyi 2021-09-25 20:21:36 +03:00
parent a4c484f821
commit bc970c6a33
1 changed files with 2 additions and 2 deletions

View File

@ -413,6 +413,7 @@ g++6:GCC_DEBUG_CXXFLAGS += \
-Wshift-overflow \
-Wshift-overflow=2 \
-Wtautological-compare \
# -Wnull-dereference \
-Wduplicated-cond \
-Wmisleading-indentation
@ -429,8 +430,7 @@ g++8:GCC_DEBUG_CXXFLAGS += \
-Wmultistatement-macros \
-Warray-bounds \
-Wsuggest-final-types \
-Wsuggest-final-methods \
-Wnull-dereference
-Wsuggest-final-methods
# Usefull Clang warnings keys.
CLANG_DEBUG_CXXFLAGS += \