Added UNUSED.
This commit is contained in:
parent
6a57bb3110
commit
206f59dfa8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* BIRD Library
|
||||
*
|
||||
* (c) 1998--2000 Martin Mares <mj@ucw.cz>
|
||||
* (c) 1998--2004 Martin Mares <mj@ucw.cz>
|
||||
*
|
||||
* Can be freely distributed and used under the terms of the GNU GPL.
|
||||
*/
|
||||
|
@ -31,6 +31,7 @@
|
|||
/* Functions which don't return */
|
||||
|
||||
#define NORET __attribute__((noreturn))
|
||||
#define UNUSED __attribute__((unused))
|
||||
|
||||
/* Logging and dying */
|
||||
|
||||
|
|
Loading…
Reference in a new issue