unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 94c10c426e: Speed up display of long lines under 'truncate-lines'
       [not found] ` <20220813140059.30D0EC01680@vcs2.savannah.gnu.org>
@ 2022-08-13 20:15   ` Lars Ingebrigtsen
  2022-08-14  6:35     ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-13 20:15 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>     Speed up display of long lines under 'truncate-lines'

This patch (or possibly something else today) leads to this warning with
the current Ubuntu gcc:

xdisp.c: In function 'display_line':
xdisp.c:24630:30: warning: 'move_result' may be used uninitialized in this function [-Wmaybe-uninitialized]
24630 |               || move_result == MOVE_POS_MATCH_OR_ZV))
      |                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 94c10c426e: Speed up display of long lines under 'truncate-lines'
  2022-08-13 20:15   ` master 94c10c426e: Speed up display of long lines under 'truncate-lines' Lars Ingebrigtsen
@ 2022-08-14  6:35     ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-08-14  6:35 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: emacs-devel@gnu.org
> Date: Sat, 13 Aug 2022 22:15:33 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >     Speed up display of long lines under 'truncate-lines'
> 
> This patch (or possibly something else today) leads to this warning with
> the current Ubuntu gcc:
> 
> xdisp.c: In function 'display_line':
> xdisp.c:24630:30: warning: 'move_result' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 24630 |               || move_result == MOVE_POS_MATCH_OR_ZV))
>       |                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
> 

Thanks, should be fixed now.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-14  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166039925877.12846.10524685968480058493@vcs2.savannah.gnu.org>
     [not found] ` <20220813140059.30D0EC01680@vcs2.savannah.gnu.org>
2022-08-13 20:15   ` master 94c10c426e: Speed up display of long lines under 'truncate-lines' Lars Ingebrigtsen
2022-08-14  6:35     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).