All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC Patch] kbuild: remove -Wdeclaration-after-statement
@ 2009-09-23  9:38 Amerigo Wang
  2009-09-23 10:19 ` Mikael Pettersson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Amerigo Wang @ 2009-09-23  9:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, Amerigo Wang, Sam Ravnborg


I got lots of "ISO C90 forbids mixed declarations and code" warnings
during compile today's kernel.

I think we can remove the gcc option '-Wdeclaration-after-statement'
now, since we already have C99 for 10 years. :)

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Sam Ravnborg <sam@ravnborg.org>

---
diff --git a/Makefile b/Makefile
index 433493a..038bda2 100644
--- a/Makefile
+++ b/Makefile
@@ -559,9 +559,6 @@ endif
 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)
 CHECKFLAGS     += $(NOSTDINC_FLAGS)
 
-# warn about C99 declaration after statement
-KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
-
 # disable pointer signed / unsigned warnings in gcc 4.0
 KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
 

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-26  1:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23  9:38 [RFC Patch] kbuild: remove -Wdeclaration-after-statement Amerigo Wang
2009-09-23 10:19 ` Mikael Pettersson
2009-09-23 10:41 ` Johannes Weiner
2009-09-23 10:51 ` Sam Ravnborg
2009-09-25 20:18   ` Randy Dunlap
2009-09-25 20:52     ` Sam Ravnborg
2009-09-26  1:06   ` Amerigo Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.