diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-07-29 07:42:19 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-07-29 07:42:19 -0500 |
commit | e1b505cd1d29e1fe47ef7e31eeaf42c037eb90d7 (patch) | |
tree | ce65f8959ae0c626293eeaa4148931b0a9637eb4 /pngwutil.c | |
parent | e485a09e0e9bb0877c6ea9ebf1dc909dbdb45a39 (diff) |
[libpng16]Suppressed a warning from the Borland C++ 5.5.1/5.82 compiler
Diffstat (limited to 'pngwutil.c')
-rw-r--r-- | pngwutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pngwutil.c b/pngwutil.c index 9e6019e55..b66d72a0b 100644 --- a/pngwutil.c +++ b/pngwutil.c @@ -1,7 +1,7 @@ /* pngwutil.c - utilities to write a PNG file * - * Last changed in libpng 1.6.18 [July 23, 2015] + * Last changed in libpng 1.6.19 [(PENDING RELEASE)] * Copyright (c) 1998-2015 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) @@ -2651,7 +2651,6 @@ png_write_find_filter(png_structrp png_ptr, png_row_infop row_info) if (sum < mins) { - mins = sum; best_row = png_ptr->try_row; if (png_ptr->tst_row != NULL) { |