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

@ -115,7 +115,7 @@ static SQInteger _file__typeof(HSQUIRRELVM v)
return 1;
}
static SQInteger _file_releasehook(SQUserPointer p, SQInteger size)
static SQInteger _file_releasehook(SQUserPointer p, SQInteger /*size*/)
{
SQFile *self = (SQFile*)p;
self->~SQFile();