Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_grid.c 


Log Message:
- fix warnings

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_grid.c  11 Jul 2006 01:24:24 -0000      1.20
+++ ewl_grid.c  11 Jul 2006 20:42:42 -0000      1.21
@@ -1158,8 +1158,9 @@
  * @brief Catch notification of child resizes.
  */
 void
-ewl_grid_child_resize_cb(Ewl_Container *p, Ewl_Widget *child, int size,
-                       Ewl_Orientation o)
+ewl_grid_child_resize_cb(Ewl_Container *p, Ewl_Widget *child, 
+                               int size __UNUSED__,
+                               Ewl_Orientation o __UNUSED__)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("p", p);




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