diff options
| author | Eli Zaretskii | 2010-11-05 23:47:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-05 23:47:58 +0200 |
| commit | 0a56722656b17dd7ef87009d646be9304c8ef83e (patch) | |
| tree | 717e51d24690f7591b8a9f1d873819cbd9f41bc3 /src/ChangeLog | |
| parent | 8e5ba371f2679f97217842b598191fef43e11856 (diff) | |
| download | emacs-0a56722656b17dd7ef87009d646be9304c8ef83e.tar.gz emacs-0a56722656b17dd7ef87009d646be9304c8ef83e.zip | |
Cleanup -Wall warnings.
xdisp.c (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
(null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only part.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 361e3dd9876..2859c8217f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move | 3 | * xdisp.c (x_consider_frame_title, tool_bar_lines_needed): Move |
| 4 | prototypes to HAVE_WINDOW_SYSTEM-only part. | 4 | prototypes to HAVE_WINDOW_SYSTEM-only part. |
| 5 | (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only | ||
| 6 | part. Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function. | ||
| 7 | (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only | ||
| 8 | part. | ||
| 5 | 9 | ||
| 6 | * frame.h (MOUSE_HL_INFO): Fix definition to work both for | 10 | * frame.h (MOUSE_HL_INFO): Fix definition to work both for |
| 7 | TTY-only and GUI builds. | 11 | TTY-only and GUI builds. |