Add __unused, will be needed shortly.

pull/210/head
Nicholas Marriott 2015-11-18 14:37:08 +00:00
parent f8a1f8843c
commit 8b4b3ff4fc
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#define __attribute__(a)
#endif
#ifndef __unused
#define __unused __attribute__ ((__unused__))
#endif
#ifndef __dead
#define __dead __attribute__ ((__noreturn__))
#endif