mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 15:57:51 +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',
|
||||
'-Wextra',
|
||||
'-pedantic',
|
||||
'-Werror=implicit-function-declaration'
|
||||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=vla'
|
||||
]
|
||||
flags = cc.get_supported_arguments(flags)
|
||||
|
||||
|
|
Loading…
Reference in a new issue