projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
splice: fix fallback from copy vmsplice to nothing
[fio.git]
/
compiler
/
compiler-gcc4.h
Commit
Line
Data
4fee8096
JA
1
#ifndef FIO_COMPILER_GCC4_H
2
#define FIO_COMPILER_GCC4_H
3
72711fb7
4
#ifndef __must_check
4fee8096
5
#define __must_check __attribute__((warn_unused_result))
72711fb7
6
#endif
4fee8096
JA
7
8
#endif