mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
8ec7d856b1
commit
0bdf7ff4cf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user