Meta/Make: drop -pedantic

todo
Junio C Hamano 2007-10-30 01:29:24 -07:00
parent ecf61a81ff
commit 94b210e14d
1 changed files with 2 additions and 1 deletions

3
Make
View File

@ -45,7 +45,8 @@ do
$old_style_def_fix)
o=-Wold-style-definition ;;
esac
O="$O -Werror -Wall $o -ansi -pedantic -std=c99"
O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast"
O="$O -fwrapv -fno-strict-overflow"
;;
--)
shift