Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_list.c Log Message: warnings-- =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_list.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- ewl_list.c 20 Aug 2007 03:29:43 -0000 1.25 +++ ewl_list.c 20 Aug 2007 09:13:40 -0000 1.26 @@ -163,7 +163,7 @@ row = ewl_container_child_index_get(EWL_CONTAINER(data), w); if (row < 0) DRETURN(DLEVEL_STABLE); - if (row > model->count(data)) + if ((unsigned int) row > model->count(data)) { if (!EWL_HIGHLIGHT_IS(w)) { ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs