]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: drop -pedantic
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 08:29:24 +0000 (01:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 08:29:24 +0000 (01:29 -0700)
Make

diff --git a/Make b/Make
index 389ca28a9d5e8b87a1db63b7bd230ab74a6b7c9a..6f5c76f8aacfefdcdf764a3e6c1384fcd51892c0 100755 (executable)
--- 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