mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added the private PNG_UNUSED() macro definition in pngpriv.h.
(adapted from the UNUSED() macro in pngvalid.c by John Bowler)
This commit is contained in:
@@ -618,8 +618,7 @@ store_write(png_structp pp, png_bytep pb, png_size_t st)
|
||||
static void
|
||||
store_flush(png_structp pp)
|
||||
{
|
||||
pp = pp;
|
||||
/*DOES NOTHING*/
|
||||
UNUSED(pp) /*DOES NOTHING*/
|
||||
}
|
||||
|
||||
static size_t
|
||||
|
||||
Reference in New Issue
Block a user