]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
One more in the library.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:27:02 +0000 (09:27 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:27:02 +0000 (09:27 +0000)
lib/resource.c

index 2a1ad62b4c540baaea3482c1e28160b67c88a394..1b9150734e1e98d1512342cae022e6442f22ba71 100644 (file)
@@ -253,7 +253,7 @@ struct mblock {
   byte data[0];
 };
 
-static void mbl_free(resource *r)
+static void mbl_free(resource *r UNUSED)
 {
 }