blob: bb9cc7c555130676e85d2f9b1550fdebc53e9f3f [file] [log] [blame]
Jens Axboe4fee8092007-03-29 09:33:03 +02001#ifndef FIO_COMPILER_GCC4_H
2#define FIO_COMPILER_GCC4_H
3
4#define __must_check __attribute__((warn_unused_result))
5
6#endif