From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: "incompatible implicit declaration" warnings with GCC 4.2.1 Date: Wed, 24 Oct 2007 13:41:28 +0100 Message-ID: <471F3D78.7090008@gnu.org> References: <471D19E8.4020701@gnu.org> <471D2859.2050607@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193229733 25885 80.91.229.12 (24 Oct 2007 12:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 12:42:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 24 14:42:14 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IkfYo-0008Qy-TB for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 14:42:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkfYg-0003li-OF for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 08:42:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkfYR-0003Xv-G1 for emacs-devel@gnu.org; Wed, 24 Oct 2007 08:41:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkfYQ-0003X1-Kt for emacs-devel@gnu.org; Wed, 24 Oct 2007 08:41:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkfYQ-0003Wp-D8 for emacs-devel@gnu.org; Wed, 24 Oct 2007 08:41:46 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkfYQ-0005Y6-2B for emacs-devel@gnu.org; Wed, 24 Oct 2007 08:41:46 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 07A7450906; Wed, 24 Oct 2007 13:41:45 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81648 Archived-At: Juanma Barranquero wrote: > BTW, the fixes should be backported to EMACS_22_BASE. > They are not fixing a bug, only getting rid of compiler warnings, and the changes were substantial enough to carry a risk of breaking something, so I'd rather not.