emacs-diffs
[Top][All Lists]
Advanced

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

Re: master updated (b0d095b -> 0689a4a)


From: Lars Ingebrigtsen
Subject: Re: master updated (b0d095b -> 0689a4a)
Date: Sun, 04 Apr 2021 13:26:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Alan Third <alan@idiocy.org> writes:

> Thanks, Lars. I've pushed a fix, but I don't know why the warning
> about lcss disappeared, so if you could check that that warning has
> gone at your end too I'd appreciate it.

Yup; gone now.

But I'm getting this warning on a different system:

  CC       image.o
image.c: In function ‘lookup_image’:
image.c:2445:31: warning: implicit declaration of function ‘malloc’ 
[-Wimplicit-function-declaration]
 2445 |       img->face_font_family = malloc (strlen (font_family) + 1);
      |                               ^~~~~~
image.c:2445:31: warning: incompatible implicit declaration of built-in 
function ‘malloc’
image.c:62:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
   61 | #include TERM_HEADER
  +++ |+#include <stdlib.h>
   62 | #endif /* HAVE_WINDOW_SYSTEM */

It's also a Debian/bullseye system, but has very few libraries
installed, so we land inside a different #ifdef section...




reply via email to

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