Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_pointer.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/pointer/ewl_pointer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_pointer.c       4 Nov 2006 16:58:05 -0000       1.3
+++ ewl_pointer.c       8 Nov 2006 05:57:04 -0000       1.4
@@ -85,7 +85,7 @@
 }
 
 static void
-cb_render(Ewl_Widget *w, void *ev, void *data)
+cb_render(Ewl_Widget *w, void *ev __UNUSED__, void *data)
 {
        int old, handle;
        int width, height;
@@ -111,7 +111,8 @@
 }
 
 static void
-cb_destroy(Ewl_Widget *w, void *ev, void *data)
+cb_destroy(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__, 
+                                       void *data __UNUSED__)
 {
        if (cur_timer)
                ecore_timer_del(cur_timer);



-------------------------------------------------------------------------
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