summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-09-05 21:31:01 +0000
committerJean Delvare <khali@linux-fr.org>2007-09-05 21:31:01 +0000
commit44c669a26df285c5024d9db1f03384f839b2abcb (patch)
tree80e7e4c9b6299492e1b928fc6cd463d37e5b20cf /Makefile
parent042532f7fbfde26b8480f45dfa397d0ebc7f83fb (diff)
downloadlm-sensors-git-44c669a26df285c5024d9db1f03384f839b2abcb.tar.gz
Don't use -Wundef for the library, flex/bison-generated code doesn't play
well with it. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4783 7894878c-1315-0410-8ee3-d5d059ff63e0
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)