From cf3f638c926ec348752aa1f832df3c761343346e Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Tue, 30 Sep 2008 22:01:45 +0000 Subject: Pass -Wall,no-obsolete to autoreconf. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 9650eb7c..efa5a599 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,8 +15,8 @@ fi set -ex -# TODO(kenton): Use -Wall and fix the resulting warnings. -autoreconf -f -i +# TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings. +autoreconf -f -i -Wall,no-obsolete rm -rf autom4te.cache config.h.in~ exit 0 -- cgit v1.2.3