Skip to content

Commit a04e99b

Browse files
committed
Ignore new gcc version mask array bounds warning
1 parent 8b09b1f commit a04e99b

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)