libidn-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libidn branch, master, updated. libidn-1-19-8-g6ff31b0


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-19-8-g6ff31b0
Date: Wed, 27 Oct 2010 21:14:40 +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 libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=6ff31b00aa7f254d070b69d56664a6194c6edfc8

The branch, master has been updated
       via  6ff31b00aa7f254d070b69d56664a6194c6edfc8 (commit)
      from  7efe2da6691f2f17ad664c885cc54e900728af56 (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 6ff31b00aa7f254d070b69d56664a6194c6edfc8
Author: Simon Josefsson <address@hidden>
Date:   Wed Oct 27 23:14:36 2010 +0200

    Avoid some warnings to make it build with modern gcc on amd64.

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

Summary of changes:
 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8a09a4d..ef5ba59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,9 +129,11 @@ AC_ARG_ENABLE([gcc-warnings],
 
 if test "$gl_gcc_warnings" = yes; then
   gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
-  gl_WARN_ADD([-Wframe-larger-than=80], [WSTACK_CFLAGS])
+  gl_WARN_ADD([-Wframe-larger-than=112], [WSTACK_CFLAGS])
 
   nw="$nw -Wsystem-headers"         # Don't let system headers trigger warnings
+  nw="$nw -Wpadded"                 # Struct in src/idn_cmd.h is not padded
+  nw="$nw -Wformat"                 # Self tests and examples print size_t as 
%d
   nw="$nw -Wc++-compat"             # We don't care strongly about C++ 
compilers
   nw="$nw -Woverlength-strings"     # Some of our strings are too large
   nw="$nw -Wsign-conversion"        # Too many warnings for now
@@ -148,6 +150,7 @@ if test "$gl_gcc_warnings" = yes; then
     gl_WARN_ADD([$w])
   done
 
+  gl_WARN_ADD([-Wno-format])
   gl_WARN_ADD([-Wno-missing-field-initializers])
   gl_WARN_ADD([-fdiagnostics-show-option])
 fi


hooks/post-receive
-- 
GNU libidn



reply via email to

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