From 206f59dfa8e59e32f4aef12dacb0804581b9f602 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 31 May 2004 21:02:09 +0000 Subject: Added UNUSED. --- lib/birdlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/birdlib.h b/lib/birdlib.h index faf8bc6..1a575bf 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 */ -- cgit v1.2.3