Meta/Make -pedantic to use -Wall

This commit is contained in:
Junio C Hamano 2007-03-04 22:31:50 -08:00
parent 2b7f6ea943
commit 18f73455f3

2
Make
View File

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