GNOME Bugzilla – Bug 741071
jawimpl.c: initialization from incompatible pointer type
Last modified: 2015-02-27 16:56:11 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.
*** This bug has been marked as a duplicate of bug 741073 ***
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]