libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-75-geaba16e


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-75-geaba16e
Date: Sat, 24 Jan 2009 17:10:49 +0000

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 <address@hidden>
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  <address@hidden>
 
+       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  <address@hidden>
+
        [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

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