Browse Source

Pass -Wall,no-obsolete to autoreconf.

kenton@google.com 17 years ago
parent
commit
cf3f638c92
1 changed files with 2 additions and 2 deletions
  1. 2 2
      autogen.sh

+ 2 - 2
autogen.sh

@@ -15,8 +15,8 @@ fi
 
 
 set -ex
 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~
 rm -rf autom4te.cache config.h.in~
 exit 0
 exit 0