Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5538:580ef98f2beb
Suppress a "shadowed global" warning.
The warning is for j1 from <math.h> on Darwin.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 08 Aug 2011 13:57:18 +0900 |
parents | 2df2d9171f20 |
children | 4307b8e5998c |
comparison
equal
deleted
inserted
replaced
5537:2df2d9171f20 | 5538:580ef98f2beb |
---|---|
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 * mule-coding.c (shift_jis_convert): | |
4 * redisplay-xlike-inc.c (XLIKE_output_vertical_divider): | |
5 Rename local variables to suppress GCC "shadowed global" warnings. | |
6 The warnings are due to non-ANSI functions from <math.h> on Darwin. | |
7 | |
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> | 8 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 9 |
3 * glyphs-eimage.c (png_instantiate): Rename a shadowing loop index | 10 * glyphs-eimage.c (png_instantiate): Rename a shadowing loop index |
4 which shadows another local to quiet GCC. | 11 which shadows another local to quiet GCC. |
5 | 12 |