| Jens Axboe | 4fee809 | 2007-03-29 09:33:03 +0200 | [diff] [blame] | 1 | #ifndef FIO_COMPILER_GCC4_H |
| 2 | #define FIO_COMPILER_GCC4_H | ||||
| 3 | |||||
| Jens Axboe | 72711fb | 2007-06-24 22:41:27 +0200 | [diff] [blame] | 4 | #ifndef __must_check |
| Jens Axboe | 4fee809 | 2007-03-29 09:33:03 +0200 | [diff] [blame] | 5 | #define __must_check __attribute__((warn_unused_result)) |
| Jens Axboe | 72711fb | 2007-06-24 22:41:27 +0200 | [diff] [blame] | 6 | #endif |
| Jens Axboe | 4fee809 | 2007-03-29 09:33:03 +0200 | [diff] [blame] | 7 | |
| 8 | #endif | ||||