After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752597 - Build: Unused parameter warning concerning AtkWrapper functions
Build: Unused parameter warning concerning AtkWrapper functions
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-19 18:04 UTC by Magdalen Berns (irc magpie)
Modified: 2020-11-23 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix AtkWrapper init unused variable warnings (2.13 KB, patch)
2015-07-19 18:26 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-19 18:04:47 UTC
There are various unused parameters in AtkWrapper which ought to be tidied up because they cause the build to fail when --enable-compiler-warnings is set.
Comment 1 Magdalen Berns (irc magpie) 2015-07-19 18:26:24 UTC
Created attachment 307696 [details] [review]
Fix AtkWrapper init unused variable warnings

This just fixes the bridge and wrapper init function warnings.

I'd rather give the rest of the AtkWrapper unused param warnings, which are present, a little more thought since those warnings affect the handlers in the same way and I haven't decided which way I want to address them yet.
Comment 2 Samuel Thibault 2019-06-10 18:37:03 UTC
We do not have unused parameters any more at the moment.
Comment 3 Samuel Thibault 2019-06-10 18:39:21 UTC
Ah, sorry we actually do.
Comment 4 Samuel Thibault 2020-11-23 23:51:17 UTC
We fixed them with Giuseppe.