From: Martin Mares Date: Mon, 31 May 2004 21:02:09 +0000 (+0000) Subject: Added UNUSED. X-Git-Tag: v1.2.0~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206f59dfa8e59e32f4aef12dacb0804581b9f602;p=thirdparty%2Fbird.git Added UNUSED. --- diff --git a/lib/birdlib.h b/lib/birdlib.h index faf8bc640..1a575bf8e 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -1,7 +1,7 @@ /* * BIRD Library * - * (c) 1998--2000 Martin Mares + * (c) 1998--2004 Martin Mares * * 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 */