GNOME Bugzilla – Bug 741073
jawimpl.c: initialization from incompatible pointer type
Last modified: 2015-02-27 16:57:28 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.
Created attachment 292075 [details] [review] patch to fix warning
*** Bug 741070 has been marked as a duplicate of this bug. ***
*** Bug 741071 has been marked as a duplicate of this bug. ***
*** Bug 741072 has been marked as a duplicate of this bug. ***
*** Bug 741074 has been marked as a duplicate of this bug. ***
*** Bug 741076 has been marked as a duplicate of this bug. ***
*** Bug 741075 has been marked as a duplicate of this bug. ***
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]