Skip to content

Commit

Permalink
Move all warnings, pedantic or otherwise, to the WARNINGS variable - …
Browse files Browse the repository at this point in the history
…seems they were added in a different place in r3533

git-svn-id: http:https://madwifi-project.org/svn/madwifi/trunk@3546 0192ed92-7a03-0410-a25b-9323aeb14dbd
  • Loading branch information
mentor committed Apr 18, 2008
1 parent 8ec7d85 commit 0bdf7ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0bdf7ff

Please sign in to comment.