enable -Wnull-dereference

This commit is contained in:
hathach
2021-10-18 00:13:40 +07:00
parent 099d3b377f
commit 826b34a8ac
3 changed files with 9 additions and 3 deletions

View File

@@ -105,7 +105,8 @@ CFLAGS += \
-Wunreachable-code \
-Wcast-align \
-Wcast-function-type \
-Wcast-qual
-Wcast-qual \
-Wnull-dereference
# Debugging/Optimization
ifeq ($(DEBUG), 1)