elementary: Add missing EINA_UNUSED in combobox function
authorChris Michael <cpmichael@osg.samsung.com>
Mon, 25 Jan 2016 12:43:03 +0000 (07:43 -0500)
committerChris Michael <cpmichael@osg.samsung.com>
Mon, 25 Jan 2016 12:43:03 +0000 (07:43 -0500)
commit6fafc39709dee361abc20d30ee87b77ee8fb110d
tree5c6597ed7e0f14cae20ec7a70df2ed4ac634805e
parent313a2e55ca6ee7d9de321e60a786e23f754444a1
elementary: Add missing EINA_UNUSED in combobox function

_elm_combobox_elm_genlist_filter_set function does not use the Eo *obj
parameter so mark it as EINA_UNUSED to remove compiler warning

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
legacy/elementary/src/lib/elc_combobox.c