Pass -Wall,no-obsolete to autoreconf.
This commit is contained in:
parent
7516a69050
commit
cf3f638c92
@ -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…
Reference in New Issue
Block a user