Meta/Make: try -Woverflow and -Wunused
Junio C Hamano committed
Apr 25, 2011 at 12:42 UTC
2de007b84d64017c49b1845514a2c9329ddf0b6b
1 file changed
+1
-1
Make
+1
-1
index d166e0399c..22d1444ced 100755
--- a/Make
+++ b/Make
@@ -87,7 +87,7 @@ do
?*) ;;
'')
O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast"
- O="$O -Wpointer-arith"
+ O="$O -Wpointer-arith -Woverflow -Wunused"
;;
esac
# -Wvla