Silence all -Wmissing-field-initializer warnings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user