Pass -Wall,no-obsolete to autoreconf.

pull/3335/head
kenton@google.com 16 years ago
parent 7516a69050
commit cf3f638c92
  1. 4
      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

Loading…
Cancel
Save