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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h378 # ifndef PNG_USE_RESULT
379 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
409 # ifndef PNG_USE_RESULT
410 # define PNG_USE_RESULT /* not supported */ macro
439 #ifndef PNG_USE_RESULT
440 # define PNG_USE_RESULT /* The result of this function must be checked */ macro

Completed in 31 milliseconds