[libpng17] Cleaned up (char*) casts of zlib messages. The latest version

of the Intel C compiler complains about casting a string literal as (char*),
so copied the treatment of z_const from the library code into pngfix.c
This commit is contained in:
John Bowler
2013-10-06 08:46:53 -05:00
committed by Glenn Randers-Pehrson
parent c1bcdc3a86
commit 32aeb2cd4e
3 changed files with 31 additions and 2 deletions

View File

@@ -388,6 +388,9 @@ Version 1.7.0beta20 [October 6, 2013]
way of handling the dependencies of sources that are machine generated;
unfortunately it only works if the user does 'make all' or 'make check',
so the dependencies (3) are still required.
Cleaned up (char*) casts of zlib messages. The latest version of the Intel C
compiler complains about casting a string literal as (char*), so copied the
treatment of z_const from the library code into pngfix.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit