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
@@ -87,7 +87,7 @@ do
87
?*) ;;
88
'')
89
O="$O -Werror $o -std=c99 -Wno-pointer-to-int-cast"
90
- O="$O -Wpointer-arith"
90
+ O="$O -Wpointer-arith -Woverflow -Wunused"
91
;;
92
esac
93
# -Wvla