libaio: don't call io_destroy(), let exit_aio() take care of it
[fio.git] / compiler / compiler-gcc3.h
CommitLineData
4fee8096
JA
1#ifndef FIO_COMPILER_GCC3_H
2#define FIO_COMPILER_GCC3_H
3
4#if __GNUC_MINOR__ >= 4
72711fb7 5#ifndef __must_check
4fee8096
JA
6#define __must_check __attribute__((warn_unused_result))
7#endif
72711fb7 8#endif
4fee8096
JA
9
10#endif