mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Fixed pngvalid 'fail' function declaration on the Intel C Compiler.
This reverts to the previous 'static' implementation and works round the 'unused static function' warning by using PNG_UNUSED().
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
aaf1bb1ae1
commit
0f6303301f
5
CHANGES
5
CHANGES
@@ -4713,7 +4713,7 @@ Version 1.6.7rc02 [November 7, 2013]
|
||||
|
||||
Version 1.6.7 [November 14, 2013]
|
||||
|
||||
Version 1.6.8beta01 [November 22, 2013]
|
||||
Version 1.6.8beta01 [November 23, 2013]
|
||||
Moved prototype for png_handle_unknown() in pngpriv.h outside of
|
||||
the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block.
|
||||
Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile
|
||||
@@ -4725,6 +4725,9 @@ Version 1.6.8beta01 [November 22, 2013]
|
||||
contrib/conftest/*.dfa files that can be used in automatic build
|
||||
scripts to ensure that these configurations continue to build.
|
||||
Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.
|
||||
Fixed pngvalid 'fail' function declaration on the Intel C Compiler.
|
||||
This reverts to the previous 'static' implementation and works round
|
||||
the 'unused static function' warning by using PNG_UNUSED().
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user