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 <[email protected]> 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 _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
