summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-04 23:24:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-04 23:24:54 -0700
commitb25d760e185c85e190402eddd0d756ddc014a58c (patch)
treef726f7d9a3d491d19215b4c3cfe98ff06cc636e9 /src/ChangeLog
parent625a3eb1e23bd4000230946eadb419d5c454845b (diff)
* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
This avoids several warnings with gcc -Wstrict-overflow.
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 d489dcd58b3..4e33ccb0c0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2011-04-05 Paul Eggert <eggert@cs.ucla.edu>
+ * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.
+ This avoids several warnings with gcc -Wstrict-overflow.
+
* xfont.c (xfont_text_extents): Remove var that was set but not used.
(xfont_open): Avoid unnecessary tests.