unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 948181df9c: Fix Motif DND on window managers that don't support client lists
       [not found] ` <20220331135430.A1215C01684@vcs2.savannah.gnu.org>
@ 2022-03-31 17:59   ` Lars Ingebrigtsen
  2022-04-01  0:40     ` Po Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-03-31 17:59 UTC (permalink / raw)
  To: emacs-devel; +Cc: Po Lu

Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:

>     Fix Motif DND on window managers that don't support client lists

This (or some other recent change) leads to the following warning on
Debian/bookworm (at least):

xterm.c: In function 'handle_one_xevent':
xterm.c:12557:44: warning: passing argument 1 of 'xm_read_drop_start_reply' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
12557 |             if (!xm_read_drop_start_reply (event, &reply))
      |                                            ^~~~~
xterm.c:1416:35: note: expected 'XEvent *' but argument is of type 'const XEvent *'


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



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

* Re: master 948181df9c: Fix Motif DND on window managers that don't support client lists
  2022-03-31 17:59   ` master 948181df9c: Fix Motif DND on window managers that don't support client lists Lars Ingebrigtsen
@ 2022-04-01  0:40     ` Po Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Po Lu @ 2022-04-01  0:40 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> writes:
>
>>     Fix Motif DND on window managers that don't support client lists
>
> This (or some other recent change) leads to the following warning on
> Debian/bookworm (at least):
>
> xterm.c: In function 'handle_one_xevent':
> xterm.c:12557:44: warning: passing argument 1 of 'xm_read_drop_start_reply' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 12557 |             if (!xm_read_drop_start_reply (event, &reply))
>       |                                            ^~~~~
> xterm.c:1416:35: note: expected 'XEvent *' but argument is of type 'const XEvent *'

Thanks, should be fixed now.



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

end of thread, other threads:[~2022-04-01  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <164873487025.27704.8285951753771851206@vcs2.savannah.gnu.org>
     [not found] ` <20220331135430.A1215C01684@vcs2.savannah.gnu.org>
2022-03-31 17:59   ` master 948181df9c: Fix Motif DND on window managers that don't support client lists Lars Ingebrigtsen
2022-04-01  0:40     ` Po Lu

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).