]> git.eshelyaron.com Git - emacs.git/commit
Improve GCC pacification in xterm.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Aug 2022 07:38:34 +0000 (00:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Aug 2022 08:17:19 +0000 (01:17 -0700)
commitbec8474a453757aed9a38f4786325b7144c246e9
tree52be4ef112cf041b90f131a840f41d4f8a9e47a4
parent72c3efd7d0ca72e12f76c5f057fd3ac9bb61b13f
Improve GCC pacification in xterm.c

* src/xterm.c (x_dnd_free_toplevels, x_composite_image):
Use UNINIT for initialization needed only to pacify GCC.
(x_dnd_free_toplevels): Add an eassume to pacify GCC 12.1 x86-64
-Wanalyzer-null-dereference.

2022-07-31  Paul Eggert  <eggert@cs.ucla.edu>
src/xterm.c