diff --git a/Makefile.inc b/Makefile.inc index 9c4ab3a..f23c406 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -147,7 +147,7 @@ ATH_RATE= $(TOP)/ath_rate # TOOLS= $(TOP)/tools -WARNINGS = -Werror +WARNINGS = -Werror -Wall COPTS+= $(WARNINGS) INCS= -include $(TOP)/include/compat.h -I$(TOP)/include @@ -243,9 +243,6 @@ endif # Ensure correct endianess LDFLAGS += $(LDOPTS) -# Be pedantic -EXTRA_CFLAGS += -Wall - # Filter out compiler options that are not supported by all compilers # and that are not needed to ensure compatible architecture and calling # conventions.