projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79e15b
)
entry: remove a warning message caused by unused parameter for cbhm
69/142269/1
author
Youngbok Shin
<youngb.shin@samsung.com>
Thu, 3 Aug 2017 07:39:18 +0000
(16:39 +0900)
committer
Youngbok Shin
<youngb.shin@samsung.com>
Thu, 3 Aug 2017 07:49:56 +0000
(07:49 +0000)
@tizen_fix
Change-Id: Ib1f61049b4c7fc075ac9764642eca0a9e7cb358e
(cherry picked from commit
2d18f914a1731a051e1818b1b890f6500a6878c4
)
src/lib/elm_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_entry.c
b/src/lib/elm_entry.c
index 9f8a0361275a80ac56fb60179f135cf908b735d8..6e0a199f48df6ea7158b8a306fbdce110f29bfdc 100644
(file)
--- a/
src/lib/elm_entry.c
+++ b/
src/lib/elm_entry.c
@@
-145,7
+145,7
@@
static void _atspi_expose_anchors(Eo *obj, Eina_Bool is_screen_reader);
static void
_cbhm_on_name_owner_changed(void *data EINA_UNUSED, const char *bus,
- const char *old_id, const char *new_id)
+ const char *old_id
EINA_UNUSED
, const char *new_id)
{
if ((!new_id || (new_id[0] == '\0'))
&& strncmp(CBHM_DBUS_INTERFACE, bus, strlen(CBHM_DBUS_INTERFACE)))