Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.c ewl_text.c Log Message: - fix warnings =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v retrieving revision 1.125 retrieving revision 1.126 diff -u -3 -r1.125 -r1.126 --- ewl_embed.c 4 Aug 2007 14:21:37 -0000 1.125 +++ ewl_embed.c 16 Aug 2007 14:14:56 -0000 1.126 @@ -790,7 +790,7 @@ * @brief Sends the event for a DND drop into an embed. */ const char * -ewl_embed_dnd_drop_feed(Ewl_Embed *embed, int x, int y, int internal) +ewl_embed_dnd_drop_feed(Ewl_Embed *embed, int x, int y, int internal __UNUSED__) { Ewl_Widget *widget = NULL, *parent = NULL; const char *result = NULL; =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v retrieving revision 1.174 retrieving revision 1.175 diff -u -3 -r1.174 -r1.175 --- ewl_text.c 2 Aug 2007 23:08:29 -0000 1.174 +++ ewl_text.c 16 Aug 2007 14:14:56 -0000 1.175 @@ -643,7 +643,7 @@ /* copy the text over, replace invalid UTF-8 chars */ tmp = (char *)txt; ptr = t->text + bidx; - while (*tmp && (tmp - txt) < blen) + while (*tmp && (tmp - txt) < (int)blen) { if (ewl_text_char_utf8_is(tmp)) { ------------------------------------------------------------------------- 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