]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add -Wall to cwrapper tests.
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Sat, 24 Jan 2009 17:04:45 +0000 (12:04 -0500)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Sat, 24 Jan 2009 17:10:18 +0000 (12:10 -0500)
* tests/cwrapper.at: Add -Wall existing tests. Add additional
round of tests with -Wall alone.

ChangeLog
tests/cwrapper.at

index 91bf875642d4cd2821829d4ed19a0bd120c0c481..424d2964765247c4d95ba2f90aff0447475621e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-24  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Add -Wall to cwrapper tests.
+       * tests/cwrapper.at: Add -Wall existing tests. Add additional
+       round of tests with -Wall alone.
+
 2009-01-24  Charles Wilson  <libtool@cwilson.fastmail.fm>
 
        [cygwin|mingw] cwrapper cleanups.
index 30e591ead04c31049d5eed1d8d280502a20e00ed..ce4572e26c0232a0264e47198af09957b0a50fee 100644 (file)
@@ -55,7 +55,7 @@ int main (void)
 
 orig_CFLAGS=$CFLAGS
 orig_LIBTOOL=$LIBTOOL
-for restrictive_flags in '-std=c89 -Werror' '-std=c99 -Werror'; do
+for restrictive_flags in '-Wall -Werror' '-std=c89 -Wall -Werror' '-std=c99 -Wall -Werror'; do
   CFLAGS="$orig_CFLAGS $restrictive_flags"
   sed "s/LTCFLAGS=.*/&' $restrictive_flags'/" < "$orig_LIBTOOL" > ./libtool
   LIBTOOL=./libtool