Add 'unused' annotation
This commit is contained in:
parent
f75c514d96
commit
0fe4726d9f
@ -27,6 +27,7 @@
|
|||||||
#define nonnull __attribute__ ((nonnull))
|
#define nonnull __attribute__ ((nonnull))
|
||||||
|
|
||||||
#define mustuse __attribute__ ((warn_unused_result))
|
#define mustuse __attribute__ ((warn_unused_result))
|
||||||
|
#define unused __attribute__ ((unused))
|
||||||
|
|
||||||
#define pure __attribute__ ((pure))
|
#define pure __attribute__ ((pure))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user