From 48376e34f2609c2a6d10aa50b2d7004b6934e62d Mon Sep 17 00:00:00 2001 From: David Raila <raila@illinois.edu> Date: Tue, 30 Sep 2008 22:01:45 +0000 Subject: [PATCH] Pass -Wall,no-obsolete to autoreconf. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 9650eb7..efa5a59 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 -- GitLab