atspi: suppress runtime error, build warning 84/136484/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 30 Jun 2017 02:35:51 +0000 (11:35 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 4 Jul 2017 05:02:07 +0000 (05:02 +0000)
commit41472c4d5e036df12b363ffec80453b7f2d3974e
treebfae713d2a8a4abc9acfbb6b465f4a811f4d5af9
parent366d904cb45a7c7dd6202c16ec19d73b8784e8e6
atspi: suppress runtime error, build warning

[runtime error]
(1) elm_atspi_bridge.c:2787 _bridge_path_from_object() safety check failed: eo == NULL
(2) elm_atspi_bridge.c:6184 _bridge_object_register() Unable to register class w/o Elm_Interface_Atspi_Accessible!
(3) lib/eo/eo.c:697 _eo_call_resolve() in elm_widget.eo.c:169: func 'elm_obj_widget_access_highlight_in_theme_get' (288) could not be resolved for class 'Edje_Object'

- Note: The access_highlight_in_theme (3) should handle non Elm_LAYOUT_CLASS.
  Or the access_highlight_in_theme should be removed. If the screen-reader
  shows highlight, then the access_highlight_in_theme doesn't make sense.

[build warning]
(1) warning: passing argument 2 of '_object_get_bus_name_and_path' discards 'const' qualifier from pointer target type
(2) warning: passing argument 3 of '_object_get_bus_name_and_path' from incompatible pointer type

Change-Id: I4a690afdbf90f2bf72b497d0c3916c7fc83ddb74
src/lib/elm_atspi_bridge.c
src/lib/elm_main.c