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 22:45:12 +0100 Message-ID: <471D19E8.4020701@gnu.org> References: 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 1193089567 31926 80.91.229.12 (22 Oct 2007 21:46:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 21:46:07 +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 Mon Oct 22 23:46:07 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 1Ik564-000560-Nz for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 23:46:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik55w-0003PR-TR for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 17:45:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik55b-0003HG-Tu for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:45:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik55a-0003GI-EU for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:45:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik55a-0003GB-6S for emacs-devel@gnu.org; Mon, 22 Oct 2007 17:45:34 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik55S-0001lv-2b; Mon, 22 Oct 2007 17:45:26 -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 C57E35218C; Mon, 22 Oct 2007 22:45:24 +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:81486 Archived-At: Juanma Barranquero wrote: > does not help for the `abort' warning. w32fns.c has a dozen > abort() calls, and then > > #undef abort > > followed by w32_abort, which has the `abort' call that causes the > warning. Why so? > stdlib.h needs to be included before whichever header it is that contains #define abort w32_abort