diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,9 +95,11 @@ typedef double_uintptr_t dbl_ucnum; #ifdef __GNUC__ #define NORETURN __attribute__((noreturn)) #define NOINLINE __attribute__((noinline)) +#define UNUSED __attribute__((unused)) #else #define NORETURN #define NOINLINE +#define UNUSED #endif typedef enum type { |