Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_colordialog.c 


Log Message:
warnings--

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/colordialog/ewl_colordialog.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_colordialog.c   4 Jun 2007 18:46:32 -0000       1.5
+++ ewl_colordialog.c   20 Aug 2007 09:13:40 -0000      1.6
@@ -68,7 +68,7 @@
                                        void *data __UNUSED__)
 {
        Ewl_Widget *o;
-       int r, g, b, a;
+       unsigned int r, g, b, a;
 
        o = ewl_widget_name_find("colour_preview");
        ewl_widget_color_get(o, &r, &g, &b, &a);



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

Reply via email to