diff options
Diffstat (limited to 'lib')
-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 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) { } |