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-22-22-gb215d54


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-22-22-gb215d54
Date: Mon, 21 Nov 2011 09:39: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 libidn".

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

The branch, master has been updated
       via  b215d541c4551c3a29c5f521727361c0a40f8bde (commit)
      from  3d5f4b4e7285ef024c58f17288e9912553ea26e5 (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 b215d541c4551c3a29c5f521727361c0a40f8bde
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 10:35:43 2011 +0100

    Ignore some recent warnings.

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

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

diff --git a/configure.ac b/configure.ac
index 25a9231..3d96d65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,8 @@ if test "$gl_gcc_warnings" = yes; then
   nw="$nw -Wmissing-noreturn"       # Too many warnings for now
   nw="$nw -Wunreachable-code"       # Too many false positives
   nw="$nw -Wlogical-op"             # Too many false positives
+  nw="$nw -Wsuggest-attribute=pure" # Is it worth using attributes?
+  nw="$nw -Wsuggest-attribute=const" # Is it worth using attributes?
 
   gl_MANYWARN_ALL_GCC([ws])
   gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])


hooks/post-receive
-- 
GNU libidn



reply via email to

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