fix warnings
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 26 Aug 2009 15:36:01 +0000 (15:36 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 26 Aug 2009 15:36:01 +0000 (15:36 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@42016 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_win32/ecore_win32_event.c

index 17172d6..1d3e807 100644 (file)
@@ -609,7 +609,7 @@ _ecore_win32_event_handle_delete_request(Ecore_Win32_Callback_Data *msg)
 /***** Private functions definitions *****/
 
 static void
-_ecore_win32_event_free_key_down(void *data,
+_ecore_win32_event_free_key_down(void *data __UNUSED__,
                                  void *ev)
 {
    Ecore_Event_Key *e;
@@ -622,7 +622,7 @@ _ecore_win32_event_free_key_down(void *data,
 }
 
 static void
-_ecore_win32_event_free_key_up(void *data,
+_ecore_win32_event_free_key_up(void *data __UNUSED__,
                                void *ev)
 {
    Ecore_Event_Key *e;