emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-28 d791cd5: Fix '(space :relative-width N)' display spec w/non


From: Lars Ingebrigtsen
Subject: Re: emacs-28 d791cd5: Fix '(space :relative-width N)' display spec w/non-ASCII chars
Date: Tue, 23 Nov 2021 09:39:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

eliz@gnu.org (Eli Zaretskii) writes:

>     Fix '(space :relative-width N)' display spec w/non-ASCII chars

This apparently leads to the following compilation warning (on master,
at least):

In file included from composite.h:29,
                 from xdisp.c:441:
xdisp.c: In function 'produce_stretch_glyph':
dispextern.h:1891:10: warning: 'face' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
 1891 |   return face_for_char (f, face, character, pos, object);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xdisp.c:30063:16: note: 'face' was declared here
30063 |   struct face *face;
      |                ^~~~


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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