Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
65f3c785ca23436897a22be9235cc8346d9781a8
/
.
/
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