mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Added UNUSED.
This commit is contained in:
parent
6a57bb3110
commit
206f59dfa8
@ -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 New Issue
Block a user