emacs-devel
[Top][All Lists]
Advanced

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

Re: master 948181df9c: Fix Motif DND on window managers that don't suppo


From: Lars Ingebrigtsen
Subject: Re: master 948181df9c: Fix Motif DND on window managers that don't support client lists
Date: Thu, 31 Mar 2022 19:59:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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



reply via email to

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