mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 01:24:56 +01:00
Forbid VLAs
This commit is contained in:
parent
5baa31b83d
commit
85019b5312
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ flags = [
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Wextra',
|
'-Wextra',
|
||||||
'-pedantic',
|
'-pedantic',
|
||||||
'-Werror=implicit-function-declaration'
|
'-Werror=implicit-function-declaration',
|
||||||
|
'-Werror=vla'
|
||||||
]
|
]
|
||||||
flags = cc.get_supported_arguments(flags)
|
flags = cc.get_supported_arguments(flags)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue