Commit cf3f638c authored by kenton@google.com's avatar kenton@google.com

Pass -Wall,no-obsolete to autoreconf.

parent 7516a690
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment