some follow-up for -Wno-missing-field-initializers avoidance

I wasn't getting a warning on this line myself, I just had it reported.
Because of that, I can't be certain this fixes it either.
This commit is contained in:
nhmall
2023-11-20 16:12:28 -05:00
parent d49e923986
commit d5b0c9a5a2

View File

@@ -473,7 +473,10 @@ const struct instance_globals_l g_init_l = {
/* dbridge.c */
{ { 0 } }, /* lastseentyp */
{ UNDEFINED_VALUES }, /* level_info */
{ {0}, {0}, {0}, NULL, NULL, NULL, NULL, NULL, {0} }, /* level */
{ { {0}, {0} },
{ {0}, {0} },
{ {0}, {0} },
NULL, NULL, NULL, NULL, NULL, {0} }, /* level */
#if defined(UNIX) || defined(VMS)
0, /* locknum */
#endif