Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 5820:b3824b7f5627
Some changes to eliminate warnings with Apple clang version 1.7.
src/ChangeLog addition:
2014-10-18 Aidan Kehoe <kehoea@parhasard.net>
Some changes to eliminate warnings with Apple clang version 1.7.
* cm.c (send_string_to_tty_console):
* doprnt.c (doprnt_2):
* doprnt.c (parse_off_posnum):
* event-stream.c (dribble_out_event):
Cast various calls to Lstream_putc() to void when the result isn't
being used, for the sake of clang.
* lisp.h:
Declare #'replace here too, it's used in event-stream.c.
* lisp.h (ALLOCA):
* lisp.h (MALLOC_OR_ALLOCA):
Cast a couple of zeros in the context of the ternary operator to
void to prevent unused value warnings with clang.
* sysdep.c (child_setup_tty):
* text.h (ASSERT_ASCTEXT_ASCII_LEN):
Use DO_NOTHING in these files to quieten the compiler.
lib-src/ChangeLog addition:
2014-10-18 Aidan Kehoe <kehoea@parhasard.net>
* ootags.c (substitute):
Cast the result of strlen to int before comparing it with a signed
value, for the sake of compiler warnings.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 18 Oct 2014 21:48:10 +0100 |
parents | 6c2aa9851f5e |
children | 7984e732829e |
comparison
equal
deleted
inserted
replaced
5819:ba0ff364bd94 | 5820:b3824b7f5627 |
---|---|
1 2014-10-18 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * ootags.c (substitute): | |
4 Cast the result of strlen to int before comparing it with a signed | |
5 value, for the sake of compiler warnings. | |
6 | |
1 2013-06-23 Stephen J. Turnbull <stephen@xemacs.org> | 7 2013-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 8 |
3 * XEmacs 21.5.34 "kale" is released. | 9 * XEmacs 21.5.34 "kale" is released. |
4 | 10 |
5 2013-03-06 Jerry James <james@xemacs.org> | 11 2013-03-06 Jerry James <james@xemacs.org> |