Skip to content

Commit

Permalink
Merge pull request #3186 from pygame-community/ankith26-fix-new-gcc-w…
Browse files Browse the repository at this point in the history
…arning

Ignore new gcc version mask array bounds warning
  • Loading branch information
zoldalma999 authored Oct 31, 2024
2 parents 73bb157 + a04e99b commit 27a103a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ else
'-Wno-error=unused-but-set-variable',
'-Wno-error=array-bounds',
]
warnings_temp_mask += '-Wno-error=array-bounds'
endif

if cc.sizeof('long') != 8
Expand Down

0 comments on commit 27a103a

Please sign in to comment.