Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h1549 # ifndef PNG_USE_RESULT
1550 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
1584 #ifndef PNG_USE_RESULT
1585 # define PNG_USE_RESULT /* The result of this function must be checked */ macro
DCHANGES2562 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and