]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added UNUSED.
authorMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 21:02:09 +0000 (21:02 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 21:02:09 +0000 (21:02 +0000)
lib/birdlib.h

index faf8bc640a3d003d218266280ae9d79a9f82d747..1a575bf8efb7a5e51005313535d201e7256afc58 100644 (file)
@@ -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 */