GNU bug report logs -
#71638
30.0.50; Compilation warnings
Previous Next
Reported by: Rudolf Adamkovič <rudolf <at> adamkovic.org>
Date: Tue, 18 Jun 2024 21:52:01 UTC
Severity: normal
Found in version 30.0.50
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Rudolf Adamkovič <rudolf <at> adamkovic.org>
> Date: Tue, 18 Jun 2024 23:50:55 +0200
>
>
> I get the warnings
>
> xwidget.c:492:19: warning: variable 'xw' set but not used
> struct xwidget *xw;
> ^
> xwidget.c:493:17: warning: variable 'f' set but not used
> struct frame *f = NULL;
> ^
> xwidget.c:494:7: warning: unused variable 'character'
> int character = -1, keycode = -1;
> ^
> xwidget.c:494:23: warning: unused variable 'keycode'
> int character = -1, keycode = -1;
> ^
> xwidget.c:495:7: warning: unused variable 'modifiers'
> int modifiers = 0;
> ^
Thanks, I tried to fix that now on master.
In the future, please try to fix this on your system, because that's
the best place to make sure the changes indeed eliminate the warnings.
This bug report was last modified 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.