gtk+ r20665 - in trunk: . gtk



Author: johan
Date: Sat Jun 21 13:09:57 2008
New Revision: 20665
URL: http://svn.gnome.org/viewvc/gtk+?rev=20665&view=rev

Log:
2008-06-21  Johan Dahlin  <jdahlin async com br>

    * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
    a compiler warning.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkiconcachevalidator.c

Modified: trunk/gtk/gtkiconcachevalidator.c
==============================================================================
--- trunk/gtk/gtkiconcachevalidator.c	(original)
+++ trunk/gtk/gtkiconcachevalidator.c	Sat Jun 21 13:09:57 2008
@@ -166,7 +166,7 @@
       GdkPixdata data; 
  
       check ("pixel data", gdk_pixdata_deserialize (&data, length,
-                                                    info->cache + offset + 8, 
+                                                    (const guint8*)info->cache + offset + 8, 
                                                     NULL));
     }
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]