ecore/tests: Remove unused var and mark unused parameter

SVN revision: 71443
This commit is contained in:
Stefan Schmidt 2012-05-26 22:01:58 +00:00
parent 76367dd846
commit 44d90c2c58
2 changed files with 1 additions and 2 deletions

View File

@ -298,7 +298,6 @@ _timer_quit_recursive(void *data __UNUSED__)
static Eina_Bool
_event_recursive_cb(void *data __UNUSED__, int type __UNUSED__, void *event __UNUSED__)
{
Ecore_Event *e;
static int guard = 0;
/* If we enter this callback more than once, it's wrong! */

View File

@ -49,7 +49,7 @@ END_TEST
#endif
void ecore_test_ecore_x(TCase *tc)
void ecore_test_ecore_x(TCase *tc __UNUSED__)
{
/* TODO: change to HAVE_ECORE_X when xcb implementation is done */