Go to the documentation of this file.
25 #ifndef __XRD_OUC_COMPILER_HH__
26 #define __XRD_OUC_COMPILER_HH__
28 #if defined(__GNUC__) || defined(__clang__)
29 #define XRD_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
31 #define XRD_WARN_UNUSED_RESULT
34 #endif // __XRD_OUC_COMPILER_HH__