Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
platform
/
hardware
/
amlogic
/
audio
/
a1e5164c5dde87a171379f265f509b125b095cb2
/
.
/
include
/
compiler.h
blob: a8524ef82a4760023dce8519a233ac8dc0413749 [
file
] [
log
] [
blame
]
yayun.shi
4a7148a
2021-07-16 06:13:50 -0400
[
diff
] [
blame
]
1
#ifndef
__COMPILE_H_
2
#define
__COMPILE_H_
3
4
#ifndef
__unused
5
#define
__unused __attribute__
((
unused
))
6
#endif
7
8
#endif
9