summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f02c412..c985497e 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ endif
ifeq ($(WARN),1)
ALL_CFLAGS += -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \
-Wcast-align -Wwrite-strings -Wnested-externs -Winline -W \
- -Wmissing-prototypes -Wundef
+ -Wmissing-prototypes
endif
ALL_CPPFLAGS += $(CPPFLAGS)