* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Mar 2011 08:14:30 +0000 (00:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Mar 2011 08:14:30 +0000 (00:14 -0800)
commit7c86ee9804efc475aa261c8eab8ca9b629657e29
tree870024e30691163146a29b5c9dabbe5f0611be1d
parent41729b81ac6a60b482aafe7ddc48a43225874818
* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *

to unsigned char * to avoid compiler diagnostic.
src/ChangeLog
src/gtkutil.c