libpng/contrib/libtests
John Bowler 03df189954 [libpng16] Fixed array size calculations to avoid warnings. At various points
in the code the number of elements in an array is calculated using
sizeof.  This generates a compile time constant of type (size_t) which
is then typically assigned to an (unsigned int) or (int). Some versions
of GCC on 64-bit systems warn about the apparent narrowing, even though
the same compiler does apparently generate the correct, in-range,
numeric constant.  This adds appropriate, safe, casts to make the
warnings go away.
2014-11-05 17:19:36 -06:00
..
fakepng.c [libpng16] Imported from libpng-1.6.14beta04.tar 2014-09-27 10:28:57 -05:00
gentests.sh [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
makepng.c [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRING 2014-11-04 23:33:46 -06:00
pngimage.c [libpng16] Free all allocated memory in pngimage. The file buffer cache was left 2014-11-05 17:11:59 -06:00
pngstest.c [libpng16] Imported from libpng-1.6.8.tar 2013-12-19 09:11:01 -06:00
pngunknown.c [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRING 2014-11-04 23:33:46 -06:00
pngvalid.c [libpng16] Fixed array size calculations to avoid warnings. At various points 2014-11-05 17:19:36 -06:00
readpng.c [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRING 2014-11-04 23:33:46 -06:00
tarith.c [libpng16] Bump version to 1.6.1beta05 2013-03-02 15:03:15 -06:00
timepng.c [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRING 2014-11-04 23:33:46 -06:00