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-138-gd1de1d4


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-138-gd1de1d4
Date: Sun, 23 Aug 2009 05:21:12 +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  d1de1d4adaadf5b709c646862e7f649bb9179aea (commit)
      from  db160ae47c151fe037ba686d925652cd4b34fe9f (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 d1de1d4adaadf5b709c646862e7f649bb9179aea
Author: Lennart Poettering <address@hidden>
Date:   Sun Aug 23 07:19:26 2009 +0200

    Shut up prototype warnings with recent GCC and -Wstrict-prototypes.
    
    * libltdl/config/ltmain.m4sh (func_generate_dlsyms): Use recent
    GCC's diagnostic pragma to override a -Wstrict-prototypes
    setting for the symbol list code.
    * THANKS: Update.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    8 ++++++++
 THANKS                     |    1 +
 libltdl/config/ltmain.m4sh |    4 ++++
 3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2da01a2..e38a608 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-23  Lennart Poettering  <address@hidden>  (tiny change)
+
+       Shut up prototype warnings with recent GCC and -Wstrict-prototypes.
+       * libltdl/config/ltmain.m4sh (func_generate_dlsyms): Use recent
+       GCC's diagnostic pragma to override a -Wstrict-prototypes
+       setting for the symbol list code.
+       * THANKS: Update.
+
 2009-08-23  Ralf Wildenhues  <address@hidden>
 
        Remove __oline__ from macros, for less spurious configure diffs.
diff --git a/THANKS b/THANKS
index 70e299d..e976ba8 100644
--- a/THANKS
+++ b/THANKS
@@ -110,6 +110,7 @@
   John R. Cary                 address@hidden
   John Wolfe                   address@hidden
   Joseph Beckenbach III                address@hidden
+  Lennart Poettering           address@hidden
   Karl Berry                   address@hidden
   Kenneth Albanowski           address@hidden
   Kevin Ryde                   address@hidden
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index ebd3909..9e4cfdb 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -1946,6 +1946,10 @@ func_generate_dlsyms ()
 extern \"C\" {
 #endif
 
+#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || 
(__GNUC__ > 4))
+#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
+#endif
+
 /* External symbol declarations for the compiler. */\
 "
 


hooks/post-receive
-- 
GNU Libtool




reply via email to

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