diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-04 23:24:54 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-04 23:24:54 -0700 |
| commit | b25d760e185c85e190402eddd0d756ddc014a58c (patch) | |
| tree | f726f7d9a3d491d19215b4c3cfe98ff06cc636e9 /src/ChangeLog | |
| parent | 625a3eb1e23bd4000230946eadb419d5c454845b (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/ChangeLog | 3 |
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. |
