seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3af42c3271ff999c4161c7d2fd52857e34b572e1
commit 3af42c3271ff999c4161c7d2fd52857e34b572e1 Author: Daniel Juyung Seo <[email protected]> Date: Mon Dec 2 19:38:35 2013 +0900 elc_popup.c: removed unused warning. --- src/lib/elc_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index 46fc9bd..cd5878f 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -1763,7 +1763,7 @@ elm_popup_align_set(Evas_Object *obj, double horizontal, double vertical) } static void -_align_set(Eo *obj, void *_pd, va_list *list) +_align_set(Eo *obj EINA_UNUSED, void *_pd, va_list *list) { double horizontal = va_arg(*list, double); double vertical = va_arg(*list, double); --
