mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
Add -Wall to cwrapper tests.
* tests/cwrapper.at: Add -Wall existing tests. Add additional round of tests with -Wall alone.
This commit is contained in:
parent
6631e515bd
commit
eaba16eb3a
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user