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: Mon, 22 Oct 2007 23:46:49 +0100 Message-ID: <471D2859.2050607@gnu.org> References: <471D19E8.4020701@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 1193093249 11065 80.91.229.12 (22 Oct 2007 22:47:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 22:47:29 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 00:47:29 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 1Ik63T-0007YB-Bz for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 00:47:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik63L-0003wN-EI for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 18:47:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik63H-0003uW-Es for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:47:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik63F-0003sa-UL for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:47:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik63F-0003s0-K7 for emacs-devel@gnu.org; Mon, 22 Oct 2007 18:47:13 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik639-0004Lx-2I; Mon, 22 Oct 2007 18:47:07 -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 1F1AB512BE; Mon, 22 Oct 2007 23:47:01 +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:81492 Archived-At: Juanma Barranquero wrote: > That's src/s/ms-w32.h, which is included from config.h. Including > before config.h produces this new error: > > w32fns.c:9105: warning: conflicting types for 'w32_abort' > w32fns.c:496: warning: previous implicit declaration of 'w32_abort' was here > > I'd really like to know why this include shuffling is suddenly needed > with GCC 4.2.1... > I think the original warning you reported is a new warning. Try the latest trunk (without any manual changes to include files).