Home
last modified time | relevance | path

Searched refs:PNGMINUS_UNUSED (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/pngminus/
Dpng2pnm.c56 #ifndef PNGMINUS_UNUSED
61 # define PNGMINUS_UNUSED(param) (void)param macro
456 PNGMINUS_UNUSED(raw); /* to quiet a Coverity defect */ in png2pnm()
Dpnm2png.c54 #ifndef PNGMINUS_UNUSED
59 # define PNGMINUS_UNUSED(param) (void)param macro
526 PNGMINUS_UNUSED(raw); /* Quiet a Coverity defect */ in pnm2png()
/external/libpng/
DCHANGES5998 Added PNGMINUS_UNUSED macro to contrib/pngminus/p*.c and added missing