Allow gcc 16 for build

This commit is contained in:
herman ten brugge
2025-10-07 14:32:13 +02:00
parent bcfb872fd0
commit ce8b3432bf

View File

@@ -1686,7 +1686,7 @@ struct structinit1 {
int sinit1 = 2;
int sinit2 = { 3 };
int sinit3[3] = { 1, 2, {{3}}, };
int sinit3[3] = { 1, 2, {3}, };
int sinit4[3][2] = { {1, 2}, {3, 4}, {5, 6} };
int sinit5[3][2] = { 1, 2, 3, 4, 5, 6 };
int sinit6[] = { 1, 2, 3 };