Go to the documentation of this file.
11 #ifndef TLX_DEFINE_ATTRIBUTE_WARN_UNUSED_RESULT_HEADER
12 #define TLX_DEFINE_ATTRIBUTE_WARN_UNUSED_RESULT_HEADER
22 #if defined(__GNUC__) || defined(__clang__)
23 #define TLX_ATTRIBUTE_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
25 #define TLX_ATTRIBUTE_WARN_UNUSED_RESULT