mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 16:44:26 +00:00
trivial: Do not allow VLA features in plugins
This commit is contained in:
parent
558055c9b7
commit
c8faf5e69f
@ -100,6 +100,7 @@ warning_flags = [
|
||||
'-Wuninitialized',
|
||||
'-Wunused-but-set-variable',
|
||||
'-Wunused-variable',
|
||||
'-Wvla',
|
||||
'-Wwrite-strings'
|
||||
]
|
||||
cc = meson.get_compiler('c')
|
||||
|
Loading…
Reference in New Issue
Block a user