blob: bb9cc7c555130676e85d2f9b1550fdebc53e9f3f [file] [log] [blame]
#ifndef FIO_COMPILER_GCC4_H
#define FIO_COMPILER_GCC4_H
#define __must_check __attribute__((warn_unused_result))
#endif