Changeset 3083
- Timestamp:
- 09/10/05 22:38:45 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/Makefile
r3069 r3083 207 207 208 208 ifeq ($(WARN),1) 209 ALL_CFLAGS += -W -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \209 ALL_CFLAGS += -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \ 210 210 -Wcast-align -Wwrite-strings -Wnested-externs -Winline 211 211 endif … … 256 256 MODCFLAGS += $(ALL_CFLAGS) 257 257 PROGCPPFLAGS := -DETCDIR="\"$(ETCDIR)\"" $(ALL_CPPFLAGS) -Wundef 258 PROGCFLAGS := $(ALL_CFLAGS) 258 PROGCFLAGS := $(ALL_CFLAGS) -W 259 259 ARCPPFLAGS := $(ALL_CPPFLAGS) 260 260 ARCFLAGS := $(ALL_CFLAGS)
