[devel] Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations

to avoid compiler complaints about doubly declaring things "const".
This commit is contained in:
Glenn Randers-Pehrson
2009-09-20 13:37:50 -05:00
parent 72cbc6ee95
commit 9bf6083375
5 changed files with 99 additions and 94 deletions

View File

@@ -553,6 +553,8 @@ version 1.4.0beta80 [September 17, 2009]
version 1.4.0beta81 [September 20, 2009]
Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.h
Expanded TAB characters in pngrtran.c
Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid
compiler complaints about doubly declaring things "const".
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.