Pacify compiler warning in xterm.c
* src/xterm.c (handle_one_xevent): Mark gen_help_time UNINIT. Reported by Lars Ingebrigtsen <larsi@gnus.org>.
This commit is contained in:
parent
2bb8c2cf64
commit
ca1ce00854
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue