From b2e951f37f9fd3b52adcabec63ef231ba565a8b3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 18 Aug 2010 18:21:46 +0000 Subject: [PATCH] Add UNUSED. SVN revision: 51312 --- src/bin/e_hints.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 154d4bc2f..249d3322d 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -1032,7 +1032,7 @@ e_hints_window_state_get(E_Border *bd) } EAPI void -e_hints_allowed_action_update(E_Border *bd, Ecore_X_Action action) +e_hints_allowed_action_update(E_Border *bd __UNUSED__, Ecore_X_Action action) { switch (action) { @@ -1368,7 +1368,7 @@ e_hints_window_e_state_get(E_Border *bd) } EAPI void -e_hints_window_e_state_set(E_Border *bd) +e_hints_window_e_state_set(E_Border *bd __UNUSED__) { /* TODO */ }