-Wold-style-definition fix

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-06-13 01:23:14 -07:00
parent 5e0f7b3887
commit 8621be05d6

2
Make
View File

@@ -37,7 +37,7 @@ while case $# in 0) break ;; esac
do
case "$1" in
-pedantic)
O="$O -Werror -Wall -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600"
O="$O -Werror -Wall -Wold-style-definition -ansi -pedantic -std=c99"
;;
--)
shift