diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-18 22:28:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-18 22:28:26 +0000 |
commit | 5599502a550a7f892d4b73dceb2105a6916f83e6 (patch) | |
tree | 572ffa27892b1b24db86930044077dbb1565840f /Makefile | |
parent | e125a683a77d14401644d15f38b7f578db723924 (diff) | |
download | busybox-w32-5599502a550a7f892d4b73dceb2105a6916f83e6.tar.gz busybox-w32-5599502a550a7f892d4b73dceb2105a6916f83e6.tar.bz2 busybox-w32-5599502a550a7f892d4b73dceb2105a6916f83e6.zip |
more -Wall warning fixes. -Wall is enabled now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -498,12 +498,6 @@ all: busybox | |||
498 | #bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) | 498 | #bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) |
499 | CHECKFLAGS += $(NOSTDINC_FLAGS) | 499 | CHECKFLAGS += $(NOSTDINC_FLAGS) |
500 | 500 | ||
501 | # warn about C99 declaration after statement | ||
502 | CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) | ||
503 | |||
504 | # disable pointer signedness warnings in gcc 4.0 | ||
505 | CFLAGS += $(call cc-option,-Wno-pointer-sign,) | ||
506 | |||
507 | # Default kernel image to build when no specific target is given. | 501 | # Default kernel image to build when no specific target is given. |
508 | # KBUILD_IMAGE may be overruled on the commandline or | 502 | # KBUILD_IMAGE may be overruled on the commandline or |
509 | # set in the environment | 503 | # set in the environment |