Skip to content

Commit ce8b343

Browse files
committed
Allow gcc 16 for build
1 parent bcfb872 commit ce8b343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tcctest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ struct structinit1 {
16861686

16871687
int sinit1 = 2;
16881688
int sinit2 = { 3 };
1689-
int sinit3[3] = { 1, 2, {{3}}, };
1689+
int sinit3[3] = { 1, 2, {3}, };
16901690
int sinit4[3][2] = { {1, 2}, {3, 4}, {5, 6} };
16911691
int sinit5[3][2] = { 1, 2, 3, 4, 5, 6 };
16921692
int sinit6[] = { 1, 2, 3 };

0 commit comments

Comments
 (0)