diff options
| author | Juanma Barranquero | 2011-03-23 17:25:38 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-23 17:25:38 +0100 |
| commit | 9c88f339493465e8e200b21885f2ac886b299169 (patch) | |
| tree | 2efb1ad55d59be8f165c5bda002d8303014c489f /src/ChangeLog | |
| parent | def71b5e5b9f78a112e52201881aea631b7ebcde (diff) | |
| download | emacs-9c88f339493465e8e200b21885f2ac886b299169.tar.gz emacs-9c88f339493465e8e200b21885f2ac886b299169.zip | |
w32: Fix some warnings reported by -Wall -Wextra.
* lib-src/ntlib.c: Include <ctype.h>.
* nt/cmdproxy.c: Include <ctype.h>.
(make_absolute): Remove unused variable `i'.
* src/w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'.
(w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer.
(Fx_close_connection): Remove unused variable `i'.
* src/w32font.c (w32font_draw): Return number of glyphs.
(w32font_open_internal): Remove unused variable `i'.
(w32font_driver): Add missing initializer.
* src/w32menu.c (utf8to16): Remove unused variable `utf16'.
(fill_in_menu): Remove unused variable `items_added'.
* src/w32term.c (last_mouse_press_frame): Remove static global variable.
(w32_clip_to_row): Remove unused variable `f'.
(x_delete_terminal): Remove unused variable `i'.
* src/w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'.
(NOTHING): Remove unused static global variable.
(uniscribe_check_otf): Remove unused variable `table'.
(uniscribe_font_driver): Add missing initializers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f9766115042..b306ff78ff9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2011-03-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32fns.c (x_set_menu_bar_lines): Remove unused variable `olines'. | ||
| 4 | (w32_wnd_proc): Pass NULL to Windows API, not uninitialized buffer. | ||
| 5 | (Fx_close_connection): Remove unused variable `i'. | ||
| 6 | |||
| 7 | * w32font.c (w32font_draw): Return number of glyphs. | ||
| 8 | (w32font_open_internal): Remove unused variable `i'. | ||
| 9 | (w32font_driver): Add missing initializer. | ||
| 10 | |||
| 11 | * w32menu.c (utf8to16): Remove unused variable `utf16'. | ||
| 12 | (fill_in_menu): Remove unused variable `items_added'. | ||
| 13 | |||
| 14 | * w32term.c (last_mouse_press_frame): Remove static global variable. | ||
| 15 | (w32_clip_to_row): Remove unused variable `f'. | ||
| 16 | (x_delete_terminal): Remove unused variable `i'. | ||
| 17 | |||
| 18 | * w32uniscribe.c (uniscribe_shape): Remove unused variable `nclusters'. | ||
| 19 | (NOTHING): Remove unused static global variable. | ||
| 20 | (uniscribe_check_otf): Remove unused variable `table'. | ||
| 21 | (uniscribe_font_driver): Add missing initializers. | ||
| 22 | |||
| 1 | 2011-03-23 Julien Danjou <julien@danjou.info> | 23 | 2011-03-23 Julien Danjou <julien@danjou.info> |
| 2 | 24 | ||
| 3 | * term.c (Fsuspend_tty, Fresume_tty): | 25 | * term.c (Fsuspend_tty, Fresume_tty): |