mirror of
https://github.com/albertodemichelis/squirrel.git
synced 2026-01-12 22:48:40 +01:00
Silence all -Wmissing-field-initializer warnings.
This commit is contained in:
@ -126,7 +126,7 @@ static const SQRegFunction systemlib_funcs[]={
|
||||
_DECL_FUNC(date,-1,_SC(".nn")),
|
||||
_DECL_FUNC(remove,2,_SC(".s")),
|
||||
_DECL_FUNC(rename,3,_SC(".ss")),
|
||||
{0,0}
|
||||
{NULL,(SQFUNCTION)0,0,NULL}
|
||||
};
|
||||
#undef _DECL_FUNC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user