commit | 92ef313c772e69a7aa388f309a753c63b36f893d | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Thu Oct 27 19:36:08 2011 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Thu Oct 27 19:53:14 2011 -0500 |
tree | 27e67bc7539ab28593b6ea0266ad04ed87cd1e0b | |
parent | cb75699dff3097dc5796c500e301d24a357c3ddc [diff] |
[libpng15] Fixed compiler warnings with Intel and MSYS compilers. The logical shift fix for Microsoft Visual C is required by other compilers, so this enables that fix for all compilers when using compile-time constants. Under MSYS 'byte' is a name declared in a system header file, so we changed the name of a local variable to avoid the warnings that result.