One more in the library.

This commit is contained in:
Martin Mares 2004-06-05 09:27:02 +00:00
parent 6ecd20605c
commit fab37e8197

View file

@ -253,7 +253,7 @@ struct mblock {
byte data[0];
};
static void mbl_free(resource *r)
static void mbl_free(resource *r UNUSED)
{
}