meson: Disable -Wundef, -Wvla

This commit is contained in:
Matt Borgerson 2025-01-07 00:51:50 -07:00
parent f4482d3ced
commit 6b79ed8f3d
1 changed files with 2 additions and 2 deletions

View File

@ -717,8 +717,8 @@ warn_flags = [
'-Wshadow=local',
'-Wstrict-prototypes',
'-Wtype-limits',
'-Wundef',
'-Wvla',
# '-Wundef',
# '-Wvla',
'-Wwrite-strings',
# Then disable some undesirable warnings