tree-wide: allow building with -Wgnu-variable-sized-type-not-at-end option for clang (#37499)

Follow-up for #36993.
Closes #37497.
This commit is contained in:
Yu Watanabe
2025-06-07 01:02:38 +09:00
committed by GitHub
6 changed files with 29 additions and 27 deletions

View File

@@ -489,7 +489,6 @@ endif
if cc.get_id() == 'clang'
possible_common_cc_flags += [
'-Wno-typedef-redefinition',
'-Wno-gnu-variable-sized-type-not-at-end',
]
endif