Meta/Make: drop -pedantic

This commit is contained in:
Junio C Hamano
2007-10-30 01:29:24 -07:00
parent ecf61a81ff
commit 94b210e14d

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