Revert "Move warnings -Wnull-dereference to GCC 8 block."
This reverts commit 352a5398ad
.
This commit is contained in:
parent
a4c484f821
commit
bc970c6a33
|
@ -413,6 +413,7 @@ g++6:GCC_DEBUG_CXXFLAGS += \
|
||||||
-Wshift-overflow \
|
-Wshift-overflow \
|
||||||
-Wshift-overflow=2 \
|
-Wshift-overflow=2 \
|
||||||
-Wtautological-compare \
|
-Wtautological-compare \
|
||||||
|
# -Wnull-dereference \
|
||||||
-Wduplicated-cond \
|
-Wduplicated-cond \
|
||||||
-Wmisleading-indentation
|
-Wmisleading-indentation
|
||||||
|
|
||||||
|
@ -429,8 +430,7 @@ g++8:GCC_DEBUG_CXXFLAGS += \
|
||||||
-Wmultistatement-macros \
|
-Wmultistatement-macros \
|
||||||
-Warray-bounds \
|
-Warray-bounds \
|
||||||
-Wsuggest-final-types \
|
-Wsuggest-final-types \
|
||||||
-Wsuggest-final-methods \
|
-Wsuggest-final-methods
|
||||||
-Wnull-dereference
|
|
||||||
|
|
||||||
# Usefull Clang warnings keys.
|
# Usefull Clang warnings keys.
|
||||||
CLANG_DEBUG_CXXFLAGS += \
|
CLANG_DEBUG_CXXFLAGS += \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user