Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
c3383b96a3d8dddd719a8d4d2888485edf9b3812
/
.
/
compiler
/
compiler-gcc3.h
blob: 566987a216641ca75db602fb1353209ba0b833d1 [
file
] [
log
] [
blame
]
#ifndef
FIO_COMPILER_GCC3_H
#define
FIO_COMPILER_GCC3_H
#if __GNUC_MINOR__ >= 4
#ifndef
__must_check
#define
__must_check __attribute__
((
warn_unused_result
))
#endif
#endif
#endif