diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 09:27:02 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 09:27:02 +0000 |
commit | fab37e81971a08b550c6d63ff11f0bf34f0a9aa2 (patch) | |
tree | 75d46d5ec195e1ec458b6f9c57e223db0c182237 /lib/resource.c | |
parent | 6ecd20605c62e91069ecd014374836d8392ae948 (diff) |
One more in the library.
Diffstat (limited to 'lib/resource.c')
-rw-r--r-- | lib/resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resource.c b/lib/resource.c index 2a1ad62b..1b915073 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) { } |