* src/xterm.c (xi_handle_focus_change): Pacify a wrong warning on
gcc (Debian 10.2.1-6).
xterm.c: In function ‘xi_handle_focus_change’:
xterm.c:12564:25: warning: ‘source’ may be used uninitialized in
this function [-Wmaybe-uninitialized]
12564 | ie.device = source->name;
| ~~~~~~^~~~~~
{
struct input_event ie;
struct frame *focus, *new;
- struct xi_device_t *device, *source;
+ struct xi_device_t *device, *source = NULL;
ptrdiff_t i;
Time time;
#ifdef USE_GTK