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 751441 - Warnings of unused variables
Warnings of unused variables
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-06-24 13:47 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-24 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix jaw_object_get_parent warning (3.44 KB, patch)
2015-06-24 14:36 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Fix jaw_object_set_parent warning (1.43 KB, patch)
2015-06-24 14:49 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Fix jaw_object_set_role warning (912 bytes, patch)
2015-06-24 15:04 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Create jaw_impl_get_object_table helper function (2.01 KB, patch)
2015-06-24 15:19 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-24 13:47:13 UTC
There are a couple of unused variable warnings with CFLAGS="-Wall -g -02"
Comment 1 Magdalen Berns (irc magpie) 2015-06-24 14:36:16 UTC
Created attachment 306008 [details] [review]
Fix jaw_object_get_parent warning

Committed to wip, but I'll wait until I have dealt with the other two before pushing to master because I might have to create some "helper" methods.
Comment 2 Magdalen Berns (irc magpie) 2015-06-24 14:49:12 UTC
Created attachment 306010 [details] [review]
Fix jaw_object_set_parent warning
Comment 3 Magdalen Berns (irc magpie) 2015-06-24 15:04:17 UTC
Created attachment 306012 [details] [review]
Fix jaw_object_set_role warning
Comment 4 Magdalen Berns (irc magpie) 2015-06-24 15:19:25 UTC
Created attachment 306017 [details] [review]
Create jaw_impl_get_object_table helper function