From 90fd4f14bfa2400c128d553c2273d4764df6103d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 18 Aug 2010 18:17:04 +0000 Subject: [PATCH] Add __UNUSED__ where needed. SVN revision: 51309 --- src/bin/e_focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_focus.c b/src/bin/e_focus.c index 35609d6ce..f4e0ab6b8 100644 --- a/src/bin/e_focus.c +++ b/src/bin/e_focus.c @@ -115,7 +115,7 @@ e_focus_event_mouse_down(E_Border* bd) } EAPI void -e_focus_event_mouse_up(E_Border* bd) +e_focus_event_mouse_up(E_Border* bd __UNUSED__) { }