From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code Date: Sun, 28 Dec 2014 00:38:25 -0800 Organization: UCLA Computer Science Department Message-ID: <549FC181.7000006@cs.ucla.edu> References: <548AA97A.90404@yandex.ru> <83fvcls0ce.fsf@gnu.org> <5499497A.5020601@yandex.ru> <5499DDEA.4070005@cs.ucla.edu> <549A664C.4040908@yandex.ru> <549CA974.5000807@cs.ucla.edu> <83a92an7ji.fsf@gnu.org> <549D9D03.6030404@cs.ucla.edu> <83sig1ldkk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1419755946 23526 80.91.229.3 (28 Dec 2014 08:39:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Dec 2014 08:39:06 +0000 (UTC) Cc: larsi@gnus.org, dmantipov@yandex.ru, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 28 09:38:59 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 1Y59NK-0000WO-Bv for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2014 09:38:58 +0100 Original-Received: from localhost ([::1]:57880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y59NJ-0005tU-Ms for ged-emacs-devel@m.gmane.org; Sun, 28 Dec 2014 03:38:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y59N6-0005ri-U2 for emacs-devel@gnu.org; Sun, 28 Dec 2014 03:38:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y59N5-0005Jy-TQ for emacs-devel@gnu.org; Sun, 28 Dec 2014 03:38:44 -0500 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:47411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y59N0-0005J5-GK; Sun, 28 Dec 2014 03:38:38 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id AFD1CA60018; Sun, 28 Dec 2014 00:38:37 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g6v8NlON5qBE; Sun, 28 Dec 2014 00:38:29 -0800 (PST) Original-Received: from [192.168.1.9] (pool-71-177-17-123.lsanca.dsl-w.verizon.net [71.177.17.123]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id DEA9B39E80BC; Sun, 28 Dec 2014 00:38:28 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <83sig1ldkk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 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:180739 Archived-At: Eli Zaretskii wrote: > Thanks, the first patch is fine with me, with two gotchas: Thanks for checking. I did my best at fixing the two gotchas and installed the result on the master. I also installed the Fedora 21 fix on emacs-24 and merged that into the master. I can now build both emacs-24 and master on my Fedora 21 desktop again, yay!