Changeset 3083

Show
Ignore:
Timestamp:
09/10/05 22:38:45 (3 years ago)
Author:
khali
Message:

Compile userspace tools with -W.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r3069 r3083  
    207207 
    208208ifeq ($(WARN),1) 
    209 ALL_CFLAGS += -W -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \ 
     209ALL_CFLAGS += -Wstrict-prototypes -Wshadow -Wpointer-arith -Wcast-qual \ 
    210210            -Wcast-align -Wwrite-strings -Wnested-externs -Winline 
    211211endif 
     
    256256MODCFLAGS += $(ALL_CFLAGS) 
    257257PROGCPPFLAGS := -DETCDIR="\"$(ETCDIR)\"" $(ALL_CPPFLAGS) -Wundef 
    258 PROGCFLAGS := $(ALL_CFLAGS) 
     258PROGCFLAGS := $(ALL_CFLAGS) -W 
    259259ARCPPFLAGS := $(ALL_CPPFLAGS) 
    260260ARCFLAGS := $(ALL_CFLAGS)