Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/engine


Modified Files:
        ewl_engine.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/engine/ewl_engine.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_engine.c        20 Oct 2006 06:27:05 -0000      1.3
+++ ewl_engine.c        8 Nov 2006 05:57:03 -0000       1.4
@@ -88,7 +88,7 @@
 }
 
 static void
-cb_configure(Ewl_Widget *w, void *ev, void *data)
+cb_configure(Ewl_Widget *w, void *ev __UNUSED__, void *data)
 {
        Evas_Object *eimg;
        int width, height;
@@ -105,7 +105,7 @@
 }
 
 static void
-cb_mouse_down(Ewl_Widget *w, void *ev, void *data)
+cb_mouse_down(Ewl_Widget *w, void *ev, void *data __UNUSED__)
 {
        int x, y;
        Ewl_Widget *pointer_win;
@@ -123,7 +123,7 @@
 }
 
 static void
-cb_mouse_up(Ewl_Widget *w, void *ev, void *data)
+cb_mouse_up(Ewl_Widget *w, void *ev, void *data __UNUSED__)
 {
        int x, y;
        Ewl_Widget *pointer_win;
@@ -141,7 +141,7 @@
 }
 
 static void
-cb_mouse_move(Ewl_Widget *w, void *ev, void *data)
+cb_mouse_move(Ewl_Widget *w, void *ev, void *data __UNUSED__)
 {
        int x, y;
        Ewl_Widget *pointer_win;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to