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