Unlink a writeable file, if overwrite isn't set
[fio.git] / compiler-gcc4.h
CommitLineData
4fee8096
JA
1#ifndef FIO_COMPILER_GCC4_H
2#define FIO_COMPILER_GCC4_H
3
4#define __must_check __attribute__((warn_unused_result))
5
6#endif