Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
4fee8096bff598ab565ac1d258d584d584433341
/
.
/
compiler-gcc3.h
blob: ab8ccc4fdaca7a6a712c89e846ec9c9e02e2d6dd [
file
] [
log
] [
blame
]
Jens Axboe
4fee809
2007-03-29 09:33:03 +0200
[
diff
] [
blame^
]
1
#ifndef
FIO_COMPILER_GCC3_H
2
#define
FIO_COMPILER_GCC3_H
3
4
#if __GNUC_MINOR__ >= 4
5
#define
__must_check __attribute__
((
warn_unused_result
))
6
#endif
7
8
#endif