Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5762:427a72c6ee17
Eliminate several compiler (clang) warnings.
| author | Stephen J. Turnbull <stephen@xemacs.org> |
|---|---|
| date | Sun, 15 Sep 2013 23:47:37 +0900 |
| parents | a1f281776176 |
| children | 23dc211f4d2f |
comparison
equal
deleted
inserted
replaced
| 5761:a9fd35f939a5 | 5762:427a72c6ee17 |
|---|---|
| 1 2013-09-09 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2 | |
| 3 * alloc.c (free_normal_lisp_object): | |
| 4 Mark unused argument. | |
| 5 | |
| 6 * bytecode.c (bytecode_negate): | |
| 7 * data.c (Fsub1): | |
| 8 Shut up compiler warnings about always true comparisons. | |
| 9 | |
| 10 * dired.c (Ffile_attributes): | |
| 11 Shut up compiler warnings about signedness in comparison. | |
| 12 | |
| 13 * editfns.c (Fencode_time): | |
| 14 Fix addition of int to string to shut up compiler. Still broken? | |
| 15 | |
| 16 * glyphs.c (check_valid_xbm_inline): | |
| 17 Shut up compiler warnings about unused variable and signedness. | |
| 18 | |
| 19 * lread.c (unreadchar): | |
| 20 Shut up compiler warning about unused format argument. | |
| 21 | |
| 22 * sysdep.c (child_setup_tty): | |
| 23 Shut up compiler warning about empty if body. | |
| 24 | |
| 1 2013-08-05 Aidan Kehoe <kehoea@parhasard.net> | 25 2013-08-05 Aidan Kehoe <kehoea@parhasard.net> |
| 2 | 26 |
| 3 * data.c: | 27 * data.c: |
| 4 * data.c (Fcar): | 28 * data.c (Fcar): |
| 5 * data.c (Fcdr): | 29 * data.c (Fcdr): |
