Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3463:3aab51033467
[xemacs-hg @ 2006-06-19 18:49:21 by james]
Quiet GCC 4 sentinel warnings. <m3mzc9oubl.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Mon, 19 Jun 2006 18:49:23 +0000 |
parents | 6c7605dfcf07 |
children | 4d52aea479a2 |
comparison
equal
deleted
inserted
replaced
3462:6c7605dfcf07 | 3463:3aab51033467 |
---|---|
1 2006-06-19 Jerry James <james@xemacs.org> | |
2 | |
3 * frame-x.c (x_set_frame_properties): Remove casts to silence GCC | |
4 warnings about a missing sentinel. | |
5 | |
1 2006-06-16 Jerry James <james@xemacs.org> | 6 2006-06-16 Jerry James <james@xemacs.org> |
2 | 7 |
3 * dgif_lib.c (DGifCloseFile): Do not dereference GifFile before | 8 * dgif_lib.c (DGifCloseFile): Do not dereference GifFile before |
4 checking if it is NULL. Also fix a memory leak. | 9 checking if it is NULL. Also fix a memory leak. |
5 * fileio.c (Finsert_file_contents_internal): Remove dead code. | 10 * fileio.c (Finsert_file_contents_internal): Remove dead code. |