projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb8c2c
)
Pacify compiler warning in xterm.c
author
Po Lu
<luangruo@yahoo.com>
Thu, 29 Sep 2022 01:36:13 +0000
(09:36 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 29 Sep 2022 01:36:13 +0000
(09:36 +0800)
* src/xterm.c (handle_one_xevent): Mark gen_help_time UNINIT.
Reported by Lars Ingebrigtsen <larsi@gnus.org>.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 198c816471678b419b6871713ffeaaf5226cb387..cb5d540dd3f1870ce6e6c7137fae5cfc35301252 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-17699,7
+17699,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
int do_help = 0;
#ifdef HAVE_XINPUT2
struct xi_device_t *gen_help_device;
- Time gen_help_time;
+ Time gen_help_time
UNINIT
;
#endif
ptrdiff_t nbytes = 0;
struct frame *any, *f = NULL;