This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  eaba16eb3a54b27704799d5bfd2619f6732225ce (commit)
      from  6631e515bd208d55f45094405ac185cb8e8d66f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eaba16eb3a54b27704799d5bfd2619f6732225ce
Author: Charles Wilson <[email protected]>
Date:   Sat Jan 24 12:04:45 2009 -0500

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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/cwrapper.at |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 91bf875..424d296 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-01-24  Charles Wilson  <[email protected]>
 
+       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  <[email protected]>
+
        [cygwin|mingw] cwrapper cleanups.
        * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
        [file scope]: re-organized includes and portability
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


hooks/post-receive
--
GNU Libtool


Reply via email to