From: Martin Mares Date: Sat, 5 Jun 2004 09:27:02 +0000 (+0000) Subject: One more in the library. X-Git-Tag: v1.2.0~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab37e81971a08b550c6d63ff11f0bf34f0a9aa2;p=thirdparty%2Fbird.git One more in the library. --- diff --git a/lib/resource.c b/lib/resource.c index 2a1ad62b4..1b9150734 100644 --- a/lib/resource.c +++ b/lib/resource.c @@ -253,7 +253,7 @@ struct mblock { byte data[0]; }; -static void mbl_free(resource *r) +static void mbl_free(resource *r UNUSED) { }