@leroysheep / LeeRoySheep / commits / 8621be05d6

-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
index 8212813741..5b1528ea6f 100755 --- a/Make +++ b/Make @@ -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