Move all warnings, pedantic or otherwise, to the WARNINGS variable - seems they were added in a different place in r3533

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3546 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-04-18 02:08:35 +00:00
parent 8ec7d856b1
commit 0bdf7ff4cf

View File

@ -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.