diff options
| author | Eli Zaretskii | 2013-09-19 11:25:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-19 11:25:43 +0300 |
| commit | 13d9698ae43a2b156a9081895293ae1b17b5f89e (patch) | |
| tree | f937362ca1ee38cae2a18da9e86944a140bc82dc /src/ChangeLog | |
| parent | ced135ebdbfb0eea719ce165a454e7ff0b681e88 (diff) | |
| download | emacs-13d9698ae43a2b156a9081895293ae1b17b5f89e.tar.gz emacs-13d9698ae43a2b156a9081895293ae1b17b5f89e.zip | |
Fix a compiler warning on MS-Windows due to recent changes.
src/w32reg.c (w32_get_string_resource): Make the first 2 arguments
'const char *' to avoid compiler warnings due to similar change in
the prototype of x_get_string_resource.
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 d900818231e..ff5d265e51f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-09-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32reg.c (w32_get_string_resource): Make the first 2 arguments | ||
| 4 | 'const char *' to avoid compiler warnings due to similar change in | ||
| 5 | the prototype of x_get_string_resource. | ||
| 6 | |||
| 1 | 2013-09-19 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2013-09-19 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, | 9 | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, |