[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-96-g77e104b
"Simon Josefsson" <[email protected]> Thu, 20 Sep 2012 08:41:43 +0000
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=77e104b8c5e0040c38d68f604cce59025ce10243
The branch, master has been updated
via 77e104b8c5e0040c38d68f604cce59025ce10243 (commit)
from a3c7dd45aad2e9b2164d042c96557bfd00117787 (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 77e104b8c5e0040c38d68f604cce59025ce10243
Author: Simon Josefsson <[email protected]>
Date: Thu Sep 20 10:41:36 2012 +0200
Drop -Winline.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 48cc4db..02cda83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,6 +278,7 @@ if test "$gl_gcc_warnings" = yes; then
nw="$nw -Wunsafe-loop-optimizations"
nw="$nw -Wstrict-overflow"
nw="$nw -Wmissing-noreturn"
+ nw="$nw -Winline" # Too compiler dependent
gl_MANYWARN_ALL_GCC([ws])
gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])
hooks/post-receive
--
GNU gnutls