4 // Utility macros that are useful from other header files.
7 #define MUST_CHECK_RESULT __attribute__((warn_unused_result))
8 #define DOES_NOT_RETURN __attribute__((noreturn))
10 #define MUST_CHECK_RESULT
11 #define DOES_NOT_RETURN
14 #endif // !defined(_MOVIT_DEFS_H)