Searched refs:PNG_UNUSED (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngerror.c574 PNG_UNUSED(error_message) /* Make compiler happy */
646 PNG_UNUSED(warning_message) /* Make compiler happy */
648 PNG_UNUSED(png_ptr) /* Make compiler happy */
669 PNG_UNUSED(warning_fn)
H A Dpngpread.c1319 PNG_UNUSED(info_ptr) /* To quiet some compiler warnings */
1416 PNG_UNUSED(info_ptr) /* To quiet some compiler warnings */
1620 PNG_UNUSED(info_ptr) /* To quiet some compiler warnings */
1758 PNG_UNUSED(info_ptr) /* To quiet some compiler warnings */
H A Dpngread.c444 PNG_UNUSED(info_ptr)
1476 PNG_UNUSED(transforms) /* Quiet compiler warnings */
1477 PNG_UNUSED(params)
H A Dpng.c642 PNG_UNUSED(png_ptr) /* Silence compiler warning about unused png_ptr */
681 PNG_UNUSED(png_ptr) /* Silence compiler warning about unused png_ptr */
689 PNG_UNUSED(png_ptr) /* Silence compiler warning about unused png_ptr */
H A Dpngpriv.h128 #ifndef PNG_UNUSED
135 # define PNG_UNUSED(param) (void)param; macro
H A Dpngwrite.c1679 PNG_UNUSED(transforms) /* Quiet compiler warnings */
1680 PNG_UNUSED(params)
H A Dpngrutil.c795 PNG_UNUSED(info_ptr) /* Quiet compiler warnings about unused info_ptr */
2674 PNG_UNUSED(info_ptr) /* Quiet compiler warnings about unused info_ptr */
3173 PNG_UNUSED(transformations) /* Silence compiler warning */
H A Dpngtest.c458 PNG_UNUSED(png_ptr) /* Stifle compiler warning */

Completed in 58 milliseconds