Lines Matching full:warnings
38 cleaned up some compiler warnings
123 made CRC errors/warnings on critical and ancillary chunks configurable
254 Added many "if (png_ptr == NULL) return" to quell compiler warnings about
278 Minor changes to pngtest.c to suppress compiler warnings.
338 Added warnings when people try to use transforms they've defined out.
365 added warnings when people try to set png_read_fn and png_write_fn in
586 Added some type casts to silence compiler warnings.
618 Eliminated erroneous warnings about multiple sPLT chunks and sPLT-after-PLTE.
619 Fixed a libpng-1.0.5h bug in pngrutil.c that was issuing erroneous warnings
783 warnings instead of errors, as pngrutil.c does.
854 Revised png_debug() macros and statements to eliminate compiler warnings.
941 Added warnings when retrieving or setting gamma=0.
972 Added some never-to-be-executed code in pnggccrd.c to quiet compiler warnings.
1001 Added some typecasts to eliminate gcc 3.0 warnings. Changed prototypes
1239 Optimized vacuous tests that silence compiler warnings, in png.c (Cosmin).
1244 Replaced 65536 with 65536L, and 0xffff with 0xffffL, to silence warnings
1246 Enclosed shift op expressions in parentheses, to silence warnings (Cosmin).
1737 Changed some handling of unused parameters, to avoid compiler warnings.
1753 Changed handling of more unused parameters, to avoid compiler warnings.
1754 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
1763 that caused the warnings that png_squelch_warnings was squelching.
1856 Revised pngtest.c so warnings are displayed regardless of PNG_NO_STDIO.
1963 Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
2219 Declared png_ptr "volatile" in pngread.c and pngwrite.c to avoid warnings.
2220 Added code in pngset.c to quiet compiler warnings.
2567 to prevent warnings about direct access to png structs by libpng
2599 Disabled the new pedantic warnings about deprecated function use
2691 Rewrote png_process_IDAT_data() to consistently treat extra data as warnings