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
index 1ba20fe4c6..e0cfcbe14e 100755
--- 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"
;;