summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2004-06-05 11:27:02 +0200
committerMartin Mares <mj@ucw.cz>2004-06-05 11:27:02 +0200
commitfab37e81971a08b550c6d63ff11f0bf34f0a9aa2 (patch)
tree75d46d5ec195e1ec458b6f9c57e223db0c182237 /lib
parent6ecd20605c62e91069ecd014374836d8392ae948 (diff)
downloadbird-fab37e81971a08b550c6d63ff11f0bf34f0a9aa2.tar
bird-fab37e81971a08b550c6d63ff11f0bf34f0a9aa2.zip
One more in the library.
Diffstat (limited to 'lib')
-rw-r--r--lib/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resource.c b/lib/resource.c
index 2a1ad62..1b91507 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)
{
}