Skip to content

Commit 27a103a

Browse files
authored
Merge pull request #3186 from pygame-community/ankith26-fix-new-gcc-warning
Ignore new gcc version mask array bounds warning
2 parents 73bb157 + a04e99b commit 27a103a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ else
399399
'-Wno-error=unused-but-set-variable',
400400
'-Wno-error=array-bounds',
401401
]
402+
warnings_temp_mask += '-Wno-error=array-bounds'
402403
endif
403404

404405
if cc.sizeof('long') != 8

0 commit comments

Comments
 (0)