One more in the library.
This commit is contained in:
parent
6ecd20605c
commit
fab37e8197
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ struct mblock {
|
|||
byte data[0];
|
||||
};
|
||||
|
||||
static void mbl_free(resource *r)
|
||||
static void mbl_free(resource *r UNUSED)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue