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

@@ -350,7 +350,7 @@ static SQInteger _string_endswith(HSQUIRRELVM v)
SQRex *self = NULL; \
sq_getinstanceup(v,1,(SQUserPointer *)&self,0);
static SQInteger _rexobj_releasehook(SQUserPointer p, SQInteger size)
static SQInteger _rexobj_releasehook(SQUserPointer p, SQInteger /*size*/)
{
SQRex *self = ((SQRex *)p);
sqstd_rex_free(self);