all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: "Emacs-devel@gnu.org" <Emacs-devel@gnu.org>
Subject: Re: 5f7d9a: Apply root window coordinate optimizations to crossing events as well
Date: Thu, 29 Sep 2022 08:31:26 +0800	[thread overview]
Message-ID: <87zgej58dd.fsf@yahoo.com> (raw)
In-Reply-To: <87fsgby1z9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 28 Sep 2022 17:04:26 +0200")

Lars Ingebrigtsen <larsi@gnus.org> writes:

> This seems to lead to:
>
> xterm.c: In function 'handle_one_xevent':
> xterm.c:23931:13: warning: 'gen_help_time' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 23931 |             xi_handle_interaction (dpyinfo, f,
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 23932 |                                    gen_help_device,
>       |                                    ~~~~~~~~~~~~~~~~
> 23933 |                                    gen_help_time);
>       |                                    ~~~~~~~~~~~~~~

That's a false positive, since gen_help_time is set at the place where
gen_help_device becomes non-NULL.

I will add some code to silence the warning.

> (And the hours-long delays in gnu.org mailing lists seems to be
> happening again.  Can somebody poke the people responsible?  It's really
> annoying, and wastes time for everybody.)

Yes, I see that a lot with emacs-diffs, where I get the mail several
hours after a commit is made.



      reply	other threads:[~2022-09-29  0:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 15:04 5f7d9a: Apply root window coordinate optimizations to crossing events as well Lars Ingebrigtsen
2022-09-29  0:31 ` Po Lu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgej58dd.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=Emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.