]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc -Wmaybe-uninitialized without X11-XCB
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Nov 2018 18:01:40 +0000 (10:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Nov 2018 18:03:32 +0000 (10:03 -0800)
commitb87c874aa1016939ccbee4cd3bd1384726cb2220
tree6ed05e55d81b87c771459373dc264476bcfc8cd1
parent29172387581b3390e4659c18514eaa1e0f45b0c5
Pacify gcc -Wmaybe-uninitialized without X11-XCB

I ran into this problem on Ubuntu 18.04.1 LTS.
* src/xterm.c (get_current_wm_state) [!USE_XCB]:
Mark reply_data as UNINIT here too.
src/xterm.c