![]() | |||||||||||||
Messages in this thread Patch in this message |
> It's time to give up on it and just drink more coffee or play more tetris > or something, I'm afraid. Or start using icecream (http://wiki.kde.org/icecream) Anyways cool. Gratulations. Can you please apply the following patch then? Remove -Wdeclaration-after-statement Now that gcc 2.95 is not supported anymore it's ok to use C99 style mixed declarations everywhere. Signed-off-by: Andi Kleen <ak@suse.de> Index: linux/Makefile =================================================================== --- linux/Makefile +++ linux/Makefile @@ -535,9 +535,6 @@ include $(srctree)/arch/$(ARCH)/Makefile NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) CHECKFLAGS += $(NOSTDINC_FLAGS) -# warn about C99 declaration after statement -CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) - # disable pointer signedness warnings in gcc 4.0 CFLAGS += $(call cc-option,-Wno-pointer-sign,) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-12-13 09:51 [from the cache] ©2003-2008 | |||||||||||||