-Wold-style-definition fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 13, 2007 at 01:23 UTC
8621be05d65250de17ab8794b4a008179023f77b
1 file changed
+1
-1
Make
+1
-1
@@ -37,7 +37,7 @@ while case $# in 0) break ;; esac
37
do
38
case "$1" in
39
-pedantic)
40
- O="$O -Werror -Wall -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600"
40
+ O="$O -Werror -Wall -Wold-style-definition -ansi -pedantic -std=c99"
41
;;
42
--)
43
shift