libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add -Wall to cwrapper tests.


From: Charles Wilson
Subject: [PATCH] Add -Wall to cwrapper tests.
Date: Sat, 24 Jan 2009 12:04:45 -0500

* tests/cwrapper.at: Add -Wall existing tests. Add additional
round of tests with -Wall alone.
---
Preapproved. As pushed...

 tests/cwrapper.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/cwrapper.at b/tests/cwrapper.at
index 30e591e..ce4572e 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
-- 
1.6.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]