mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 10:25:37 +00:00
Add __unused, will be needed shortly.
This commit is contained in:
parent
f8a1f8843c
commit
8b4b3ff4fc
1 changed files with 3 additions and 0 deletions
3
compat.h
3
compat.h
|
|
@ -21,6 +21,9 @@
|
|||
#define __attribute__(a)
|
||||
#endif
|
||||
|
||||
#ifndef __unused
|
||||
#define __unused __attribute__ ((__unused__))
|
||||
#endif
|
||||
#ifndef __dead
|
||||
#define __dead __attribute__ ((__noreturn__))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue