From 59fb307093d41cfb5945dfa859e18a7514b51d5d Mon Sep 17 00:00:00 2001 From: "Bertrand Jacquin (Beber)" Date: Tue, 21 Feb 2006 13:06:04 +0100 Subject: -Wdeclaration-after-statement too --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1172360..572743f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = \ $(DEBUG_CFLAGS) \ - -W -Wall \ + -W -Wall -Wdeclaration-after-statement \ @ecore_cflags@ ESPIKHEADERS = \ -- cgit v1.2.3