diff options
| author | Eli Zaretskii | 2012-10-08 13:19:35 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-08 13:19:35 +0200 |
| commit | b6f4e30044100e223954a31eb7753d024d6413f6 (patch) | |
| tree | 52ca70a9a5e7bc6a8fc0bfcd81160d972162323f /src/ChangeLog | |
| parent | 303cc1d110b98ef0186126a07436234d0950b8ea (diff) | |
| download | emacs-b6f4e30044100e223954a31eb7753d024d6413f6.tar.gz emacs-b6f4e30044100e223954a31eb7753d024d6413f6.zip | |
Avoid compiler warnings on w32, caused by cygw32 changes.
src/w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
'const char *'.
(x_to_w32_color): Don't modify the argument, modify a copy instead.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9a47ebb4b6..7d2509b88cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now | ||
| 4 | 'const char *'. | ||
| 5 | (x_to_w32_color): Don't modify the argument, modify a copy instead. | ||
| 6 | |||
| 1 | 2012-10-08 Daniel Colascione <dancol@dancol.org> | 7 | 2012-10-08 Daniel Colascione <dancol@dancol.org> |
| 2 | 8 | ||
| 3 | * image.c: Permanent fix for JPEG compilation issue --- limit | 9 | * image.c: Permanent fix for JPEG compilation issue --- limit |