]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: drop -std=c99 that was added by mistake
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2015 21:03:07 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2015 21:03:07 +0000 (14:03 -0700)
Make

diff --git a/Make b/Make
index 1ba20fe4c61063b9835b5a5ee5497450cf41c7ad..e0cfcbe14ea857cafb6a995c157236645933a469 100755 (executable)
--- a/Make
+++ b/Make
@@ -106,7 +106,7 @@ fi
 case "$NO_PEDANTIC" in
 ?*)    ;;
 '')
-       PEDANT="-Werror -Wold-style-definition -std=c99 $PEDANT"
+       PEDANT="-Werror -Wold-style-definition $PEDANT"
        PEDANT="-Wpointer-arith -Woverflow -Wunused $PEDANT"
        PEDANT="-Wold-style-declaration -Wstrict-prototypes $PEDANT"
        ;;