Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
refs/heads/expression-parser
/
.
/
compiler
/
compiler-gcc4.h
blob: f136611dd20d596290d05d50802830d313805d19 [
file
] [
log
] [
blame
]
#ifndef
FIO_COMPILER_GCC4_H
#define
FIO_COMPILER_GCC4_H
#ifndef
__must_check
#define
__must_check __attribute__
((
warn_unused_result
))
#endif
#endif