]> git.eshelyaron.com Git - emacs.git/commitdiff
Pacify compiler warning in xterm.c
authorPo Lu <luangruo@yahoo.com>
Thu, 29 Sep 2022 01:36:13 +0000 (09:36 +0800)
committerPo 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

index 198c816471678b419b6871713ffeaaf5226cb387..cb5d540dd3f1870ce6e6c7137fae5cfc35301252 100644 (file)
@@ -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;