comparison src/ChangeLog @ 4710:3a87551bfeb5

Fixes for a number of minor warnings issued by gcc. See xemacs-patches message <870180fe0910051206s13dca5c3j6303732e33c478f5@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 13:07:34 -0600
parents db7068430402
children 312503644bc3
comparison
equal deleted inserted replaced
4709:db7068430402 4710:3a87551bfeb5
1 2009-10-05 Jerry James <james@xemacs.org>
2
3 * emacs.c (main_1): Check the return value of dup() to quiet gcc.
4 * input-method-xlib.c (describe_Window): Check the return value of
5 system() to quiet gcc.
6 * objects-tty.c (UNUSED_IF_NEW_GC): New macro.
7 (tty_finalize_color_instance): Use it to quiet gcc.
8 (tty_finalize_font_instance): Ditto.
9 * syntax.c (UNUSED_IF_NEW_GC): New macro.
10 (uninit_buffer_syntax_cache): Use it to quiet gcc.
11
1 2009-10-05 Jerry James <james@xemacs.org> 12 2009-10-05 Jerry James <james@xemacs.org>
2 13
3 * glade.c: Add GPL v2 or later notice with explicit permission of 14 * glade.c: Add GPL v2 or later notice with explicit permission of
4 Bill Perry (private email). 15 Bill Perry (private email).
5 * gtk-glue.c: Ditto. 16 * gtk-glue.c: Ditto.