blob: a8524ef82a4760023dce8519a233ac8dc0413749 [file] [log] [blame]
yayun.shi4a7148a2021-07-16 06:13:50 -04001#ifndef __COMPILE_H_
2#define __COMPILE_H_
3
4#ifndef __unused
5#define __unused __attribute__((unused))
6#endif
7
8#endif
9