aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 00:14:30 -0800
committerPaul Eggert2011-03-13 00:14:30 -0800
commit7c86ee9804efc475aa261c8eab8ca9b629657e29 (patch)
tree870024e30691163146a29b5c9dabbe5f0611be1d /src/ChangeLog
parent41729b81ac6a60b482aafe7ddc48a43225874818 (diff)
downloademacs-7c86ee9804efc475aa261c8eab8ca9b629657e29.tar.gz
emacs-7c86ee9804efc475aa261c8eab8ca9b629657e29.zip
* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
to unsigned char * to avoid compiler diagnostic.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5c9efee320f..2d88ba25092 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-13 Paul Eggert <eggert@cs.ucla.edu> 12011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *
4 to unsigned char * to avoid compiler diagnostic.
5
3 * xgselect.c (xg_select): Remove unused var. 6 * xgselect.c (xg_select): Remove unused var.
4 7
5 * image.c (four_corners_best): Mark locals as initialized. 8 * image.c (four_corners_best): Mark locals as initialized.