mirror of
https://github.com/albertodemichelis/squirrel.git
synced 2026-01-12 22:48:40 +01:00
Silence all -Wunused-parameter warnings.
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user