aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-11 14:42:11 -0700
committerPaul Eggert2011-05-11 14:42:11 -0700
commitbc827e23be4630f4b5d7a1895e37cfab89eb6b6a (patch)
tree4e3b8b00dc7d102fa16558588a118a0813909fea /src/ChangeLog
parent78eb494ecaa1a20112080faedfd30e616c5be76b (diff)
downloademacs-bc827e23be4630f4b5d7a1895e37cfab89eb6b6a.tar.gz
emacs-bc827e23be4630f4b5d7a1895e37cfab89eb6b6a.zip
* lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
(XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT. Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)), presumably because the widths might not match.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8dc51c0d01b..550dd28eb24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-05-11 Paul Eggert <eggert@cs.ucla.edu> 12011-05-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
4 (XUINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_UINT.
5 Otherwise, GCC 4.6.0 warns about printf (pI, XINT (...)),
6 presumably because the widths might not match.
7
3 * window.c (size_window): Avoid needless test at loop start. 8 * window.c (size_window): Avoid needless test at loop start.
4 9
52011-05-10 Juanma Barranquero <lekktu@gmail.com> 102011-05-10 Juanma Barranquero <lekktu@gmail.com>