]> git.eshelyaron.com Git - emacs.git/commit
Fix uninitialized variable false-positives
authorPo Lu <luangruo@yahoo.com>
Mon, 15 Aug 2022 00:54:23 +0000 (08:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 15 Aug 2022 00:55:26 +0000 (08:55 +0800)
commit4bee89b73fb105ae28d72abbf4dbdedb4b77e11f
treefd6a7da1bf1a5d9c0ddf735f5b633ce86725b167
parent0a8e88fd83db5398d36064a7f87cff5b57da7284
Fix uninitialized variable false-positives

* src/xterm.c (xm_setup_dnd_targets):
(x_dnd_free_toplevels): Mark dpy and recs UNINIT, since GCC
thinks they can be used uninitialized.  (bug#57208)
src/xterm.c