Silence all -Wmissing-field-initializer warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-03-06 16:04:32 +01:00
parent 026671b3d5
commit bf2c28b0ce
7 changed files with 20 additions and 20 deletions

View File

@@ -249,7 +249,7 @@ static const SQRegFunction _stream_methods[] = {
_DECL_STREAM_FUNC(eos,1,_SC("x")),
_DECL_STREAM_FUNC(flush,1,_SC("x")),
_DECL_STREAM_FUNC(_cloned,0,NULL),
{0,0}
{NULL,(SQFUNCTION)0,0,NULL}
};
void init_streamclass(HSQUIRRELVM v)