emacs-diffs
[Top][All Lists]
Advanced

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

Re: master updated (b0d095b -> 0689a4a)


From: Alan Third
Subject: Re: master updated (b0d095b -> 0689a4a)
Date: Sun, 4 Apr 2021 11:32:55 +0100

On Sun, Apr 04, 2021 at 04:15:40AM +0200, Lars Ingebrigtsen wrote:
> This leads to the following warnings (on Debian, at least):
> 
<snip>
> In file included from image.c:37:
> lisp.h:339:26: warning: ‘lcss’ may be used uninitialized in this function 
> [-Wmaybe-uninitialized]
>   339 | #  define lisp_h_XLI(o) ((EMACS_INT) (o))
>       |                          ^
> image.c:9948:15: note: ‘lcss’ was declared here
>  9948 |   Lisp_Object lcss = image_spec_value (img->spec, QCcss, NULL);
>       |               ^~~~
> image.c:10256:5: warning: ‘css’ may be used uninitialized in this function 
> [-Wmaybe-uninitialized]
> 10256 |     xfree (css);
>       |     ^~~~~~~~~~~
>   CCLD     temacs

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.
-- 
Alan Third



reply via email to

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