From b42da2b6e1da8039596ff448002cf5f16448e085 Mon Sep 17 00:00:00 2001 From: caro Date: Wed, 26 Aug 2009 15:36:01 +0000 Subject: [PATCH] fix warnings 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_win32/ecore_win32_event.c b/src/lib/ecore_win32/ecore_win32_event.c index 17172d6..1d3e807 100644 --- a/src/lib/ecore_win32/ecore_win32_event.c +++ b/src/lib/ecore_win32/ecore_win32_event.c @@ -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; -- 2.7.4