Meta/Make: drop -pedantic
Junio C Hamano committed
Oct 30, 2007 at 01:29 UTC
94b210e14d4accaaf0ce6729aa25afe23765a2e8
1 file changed
+2
-1
Make
+2
-1
index 389ca28a9d..6f5c76f8aa 100755
--- a/Make
+++ b/Make
@@ -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