From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: "incompatible implicit declaration" warnings with GCC 4.2.1 Date: Mon, 22 Oct 2007 17:24:49 +0200 Message-ID: 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 1193067060 13946 80.91.229.12 (22 Oct 2007 15:31:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2007 15:31:00 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 17:31:02 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 1IjzEn-0002wY-Tf for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 17:30:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzEg-0003fZ-3o for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2007 11:30:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjzE6-00031A-OL for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjzE4-0002xC-1C for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:29:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzE3-0002wn-KS for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:29:55 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ijz99-0008DV-7S for emacs-devel@gnu.org; Mon, 22 Oct 2007 11:24:51 -0400 Original-Received: by py-out-1112.google.com with SMTP id a73so2926749pye for ; Mon, 22 Oct 2007 08:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=20dvhWjZ9GLsunrT8E+sFu5FItYrlIQs4AiazVUMGlY=; b=JZKzhxAne2xnAPQlHEfYTlJC/zUCcwNzVJfxgbJw0ax4Mg/lcmWjkpejs4LJ6A3MivY5q9wOgaafLwC0DPc+1vUp38SFD/w4xHkwnm70lNk0LlmNYuYGuRWL4c6nxa8bFpX73RGxem8k3cz/dMyL+GusyCMpnYbw2ejHRZZgKDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VRRMokVU+qXNJ3RFe4HGqyTwVVDE4BC9Fz6lcyPDo5946dIf5LF0fDz82xuklBHBXc+7b1fHJ00iOSXeTDL58Jqr8JMSaGdFoi02f6iLpOJB+50N9suxuULHTSA4+uky0LKciLXoidUKfwNxfXR6P/8MRZThdNjiSYP4dltF1Eo= Original-Received: by 10.114.92.2 with SMTP id p2mr5591536wab.1193066689181; Mon, 22 Oct 2007 08:24:49 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Mon, 22 Oct 2007 08:24:49 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81461 Archived-At: C:\emacs> gcc --version gcc (GCC) 4.2.1-sjlj (mingw32-2) Copyright (C) 2007 Free Software Foundation, Inc. Compilation produces these warnings. They don't happen with gcc 3.4.5 (MinGW): gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -gstabs+ -g3 -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000 -o oo-spd/i386/w32fns.o w32fns.c w32fns.c: In function 'gamma_correct': w32fns.c:1241: warning: incompatible implicit declaration of built-in function 'pow' w32fns.c: In function 'w32_abort': w32fns.c:9127: warning: incompatible implicit declaration of built-in function 'abort' Juanma