Meta/Make: drop -std=c99 that was added by mistake

Junio C Hamano committed Sep 25, 2015 at 14:03 UTC 364297f9b46d2b1dfd6101e2f01e6073a5150a5d
1 file changed +1 -1
Make
+1 -1
@@ -106,7 +106,7 @@ fi
106 case "$NO_PEDANTIC" in
107 ?*) ;;
108 '')
109 - PEDANT="-Werror -Wold-style-definition -std=c99 $PEDANT"
109 + PEDANT="-Werror -Wold-style-definition $PEDANT"
110 PEDANT="-Wpointer-arith -Woverflow -Wunused $PEDANT"
111 PEDANT="-Wold-style-declaration -Wstrict-prototypes $PEDANT"
112 ;;