mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Enable -Wundef
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ WARNFLAGS := -Werror -Wall -Wextra -Wpedantic -Wno-sign-compare -Wchkp \
|
||||
-Wunknown-pragmas -Wstrict-overflow=5 -Wstringop-overflow=4 \
|
||||
-Walloc-zero -Wduplicated-cond -Wfloat-equal -Wshadow \
|
||||
-Wcast-qual -Wcast-align -Wlogical-op -Wnested-externs \
|
||||
-Wno-aggressive-loop-optimizations -Winline \
|
||||
-Wno-aggressive-loop-optimizations -Winline -Wundef \
|
||||
-Wstrict-prototypes -Wold-style-definition
|
||||
|
||||
# Overridable CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user