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: Po Lu
Subject: Re: master 948181df9c: Fix Motif DND on window managers that don't support client lists
Date: Fri, 01 Apr 2022 08:40:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

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.


reply via email to

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