Meta/Make: try -Woverflow and -Wunused

This commit is contained in:
Junio C Hamano
2011-04-25 12:42:09 -07:00
parent c7984ebb40
commit 2de007b84d

2
Make
View File

@@ -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