Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5537:2df2d9171f20
Suppress a "shadowed local" warning.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:18 +0900 |
parents | bbcf3f979099 |
children | 580ef98f2beb |
comparison
equal
deleted
inserted
replaced
5536:bbcf3f979099 | 5537:2df2d9171f20 |
---|---|
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * glyphs-eimage.c (png_instantiate): Rename a shadowing loop index | |
4 which shadows another local to quiet GCC. | |
5 | |
1 2011-08-03 Stephen J. Turnbull <stephen@xemacs.org> | 6 2011-08-03 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 7 |
3 * glyphs-eimage.c (_LARGEFILE64_SOURCE, _FILE_OFFSET_BITS): | 8 * glyphs-eimage.c (_LARGEFILE64_SOURCE, _FILE_OFFSET_BITS): |
4 Define these macros to suppress GCC warnings caused by excessive | 9 Define these macros to suppress GCC warnings caused by excessive |
5 zlib magic. | 10 zlib magic. |