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 741071 - jawimpl.c: initialization from incompatible pointer type
jawimpl.c: initialization from incompatible pointer type
Status: RESOLVED DUPLICATE of bug 741073
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-12-03 16:20 UTC by Magdalen Berns (irc magpie)
Modified: 2015-02-27 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Magdalen Berns (irc magpie) 2014-12-03 16:20:42 UTC
jawimpl.c: In function 'jaw_impl_ref_relation_set':
jawimpl.c:781:33: warning: initialization from incompatible pointer type
         AtkObject *target_obj = jaw_impl_get_instance( jniEnv, target_ac );

This is because atk_object_add_relationship need to have an AtkObject as the last argument and jaw_object_add_relationship needs to be cast properly.
Comment 1 Magdalen Berns (irc magpie) 2014-12-03 16:24:44 UTC

*** This bug has been marked as a duplicate of bug 741073 ***
Comment 2 André Klapper 2015-02-27 16:56:11 UTC
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]