Silence all -Wunused-parameter warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-03-06 16:15:13 +01:00
parent bf2c28b0ce
commit 6dee69057e
10 changed files with 16 additions and 14 deletions

View File

@ -114,7 +114,7 @@ static SQInteger _blob__typeof(HSQUIRRELVM v)
return 1;
}
static SQInteger _blob_releasehook(SQUserPointer p, SQInteger size)
static SQInteger _blob_releasehook(SQUserPointer p, SQInteger /*size*/)
{
SQBlob *self = (SQBlob*)p;
self->~SQBlob();