From: Charles Wilson Date: Sat, 24 Jan 2009 17:04:45 +0000 (-0500) Subject: Add -Wall to cwrapper tests. X-Git-Tag: v2.2.7b~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eaba16eb3a54b27704799d5bfd2619f6732225ce;p=thirdparty%2Flibtool.git Add -Wall to cwrapper tests. * tests/cwrapper.at: Add -Wall existing tests. Add additional round of tests with -Wall alone. --- diff --git a/ChangeLog b/ChangeLog index 91bf87564..424d29647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-24 Charles Wilson + + 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 [cygwin|mingw] cwrapper cleanups. diff --git a/tests/cwrapper.at b/tests/cwrapper.at index 30e591ead..ce4572e26 100644 --- a/tests/cwrapper.at +++ b/tests/cwrapper.at @@ -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