unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code
@ 2014-12-12  8:38 Dmitry Antipov
  2014-12-12  9:07 ` Eli Zaretskii
  2014-12-12  9:09 ` Paul Eggert
  0 siblings, 2 replies; 16+ messages in thread
From: Dmitry Antipov @ 2014-12-12  8:38 UTC (permalink / raw)
  To: Emacs development discussions; +Cc: Lars Magne Ingebrigtsen, Paul Eggert

On Fedora 21 with gnutls 3.3.10:

../../emacs/src/gnutls.c: In function ‘emacs_gnutls_global_init’:
../../emacs/src/gnutls.c:1115:7: error: ‘gnutls_global_set_mem_functions’ is deprecated (declared at /usr/include/gnutls/compat.h:398) [-Werror=deprecated-declarations]
        fn_gnutls_global_set_mem_functions (xmalloc, xmalloc, NULL,

'man gnutls_global_set_mem_functions' explicitly states that "since 3.3.0 it
is no longer possible to replace the internally used memory allocation functions".

I'm just curious how to hook Emacs' xmalloc/xrealloc/xfree into GnuTLS without that.

Dmitry





^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-12-28 15:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12  8:38 --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code Dmitry Antipov
2014-12-12  9:07 ` Eli Zaretskii
2014-12-12  9:26   ` Paul Eggert
2014-12-23 10:52   ` Dmitry Antipov
2014-12-23 18:28     ` Eli Zaretskii
2014-12-23 21:26     ` Paul Eggert
2014-12-24  7:07       ` Dmitry Antipov
2014-12-26  0:19         ` Paul Eggert
2014-12-26  0:25           ` Lars Ingebrigtsen
2014-12-26  8:23           ` Eli Zaretskii
2014-12-26 17:38             ` Paul Eggert
2014-12-27  8:08               ` Eli Zaretskii
2014-12-28  8:38                 ` Paul Eggert
2014-12-28 15:20                   ` Eli Zaretskii
2014-12-12  9:09 ` Paul Eggert
2014-12-12  9:30   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).