emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "incompatible implicit declaration" warnings with GCC 4.2.1


From: Juanma Barranquero
Subject: Re: "incompatible implicit declaration" warnings with GCC 4.2.1
Date: Mon, 22 Oct 2007 23:29:25 +0200

On 10/22/07, Eli Zaretskii <address@hidden> wrote:

> Does it help to include <math.h> and <stdlib.h> in w32fns.c?

<math.h> helps for the `abs' warning.

<stdlib.h> 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?

             Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]