ecore/tests: Remove unused var and mark unused parameter
authorstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 May 2012 22:01:58 +0000 (22:01 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 26 May 2012 22:01:58 +0000 (22:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71443 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/ecore_test_ecore.c
src/tests/ecore_test_ecore_x.c

index 616d59b..a37b00d 100644 (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! */
index 2d14ff1..db74092 100644 (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 */