[libpng16] Removed unreachable "break" statements in png.c, pngread.c, and

pngrtran.c to suppress clang warnings (Bug report by Viktor Szakats).
This commit is contained in:
Victor Szakats
2015-08-07 14:31:11 -05:00
committed by Glenn Randers-Pehrson
parent 0e9cd91609
commit 4e1d299e6b
5 changed files with 22 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
Libpng 1.6.19beta02 - August 3, 2015
Libpng 1.6.19beta02 - August 7, 2015
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -35,15 +35,17 @@ Version 1.6.19beta01 [July 30, 2015]
Eliminated unused PNG_COST_SHIFT, PNG_WEIGHT_SHIFT, PNG_COST_FACTOR, and
PNG_WEIGHT_FACTOR macros.
Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
(Bug report by Viktor Szaka'ts). Several warnings remain and are
(Bug report by Viktor Szakats). Several warnings remain and are
unavoidable, where we test for overflow.
Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c
Fixed uninitialized variable in contrib/gregbook/rpng2-x.c
Version 1.6.19beta02 [August 3, 2015]
Version 1.6.19beta02 [August 7, 2015]
Moved config.h.in~ from the "libpng_autotools_files" list to the
"libpng_autotools_extra" list in autogen.sh because it was causing a
false positive for missing files (bug report by Robert C. Seacord).
Removed unreachable "break" statements in png.c, pngread.c, and pngrtran.c
to suppress clang warnings (Bug report by Viktor Szakats).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit