Meta/Make: do not special case decl-after-statement warning
Junio C Hamano committed
Apr 29, 2009 at 22:11 UTC
652d1800b0d064a0e94d6c633c74aade0d6f7c7d
1 file changed
+2
-2
Make
+2
-2
@@ -28,7 +28,7 @@ LANG=C
28
old_style_def_fix=b79d18c92d9f4841a6a1a29b7b2373a8ff9871e1
29
30
: ${O=-O2}
31
-Wall=-Wall tests=
31
+Wall='-Wall -Wdeclaration-after-statement' tests=
32
while case $# in 0) break ;; esac
33
do
34
case "$1" in
@@ -101,7 +101,7 @@ sh -c 'git describe --abbrev=4 HEAD' >/dev/null 2>&1 || {
101
102
d="$d ASCIIDOC_NO_ROFF=YesPlease ASCIIDOC8=YesPlease"
103
104
-CFLAGS="$O $Wall -Wdeclaration-after-statement -g"
104
+CFLAGS="$O $Wall -g"
105
106
make $d \
107
GITWEB_CONFIG=$G \