Meta/Make: drop -pedantic

Junio C Hamano committed Oct 30, 2007 at 01:29 UTC 94b210e14d4accaaf0ce6729aa25afe23765a2e8
1 file changed +2 -1
Make
+2 -1
@@ -45,7 +45,8 @@ do
45 $old_style_def_fix)
46 o=-Wold-style-definition ;;
47 esac
48 - O="$O -Werror -Wall $o -ansi -pedantic -std=c99"
48 + O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast"
49 + O="$O -fwrapv -fno-strict-overflow"
50 ;;
51 --)
52 shift