From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code Date: Fri, 12 Dec 2014 11:30:13 +0200 Message-ID: <83d27prza2.fsf@gnu.org> References: <548AA97A.90404@yandex.ru> <548AB0C1.7090401@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1418376637 12952 80.91.229.3 (12 Dec 2014 09:30:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2014 09:30:37 +0000 (UTC) Cc: larsi@gnus.org, dmantipov@yandex.ru, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 12 10:30:30 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XzMYP-0003nW-Gv for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 10:30:29 +0100 Original-Received: from localhost ([::1]:56213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzMYP-0003bg-3a for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2014 04:30:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzMYF-0003b2-LH for emacs-devel@gnu.org; Fri, 12 Dec 2014 04:30:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzMY9-0005Um-SB for emacs-devel@gnu.org; Fri, 12 Dec 2014 04:30:19 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:58923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzMY9-0005Ub-Ko for emacs-devel@gnu.org; Fri, 12 Dec 2014 04:30:13 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NGG00G00POKAR00@mtaout24.012.net.il> for emacs-devel@gnu.org; Fri, 12 Dec 2014 11:22:24 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGG00CJAQ1CMH50@mtaout24.012.net.il>; Fri, 12 Dec 2014 11:22:24 +0200 (IST) In-reply-to: <548AB0C1.7090401@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:179874 Archived-At: > Date: Fri, 12 Dec 2014 01:09:21 -0800 > From: Paul Eggert > Cc: Lars Magne Ingebrigtsen > > Apparently one is now supposed to do something like this: > > gnutls_malloc = xmalloc; > gnutls_realloc = xrealloc; > gnutls_calloc = xcalloc; > gnutls_free = xfree; > gnutls_strdup = xstrdup; > > although this does not appear to be documented. What a pain. Is that something > you can test? I don't have Fedora 21 installed yet. (I think you'll have to > define an xcalloc.) I suggest to ask the GnuTLS developers about this, before we decide what to do.