mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
add compile warning for variable-length-array
This commit is contained in:
parent
5a18eb1a31
commit
13ed94b8ad
@ -41,6 +41,7 @@ EXTRA_FLAGS += -Wextra -Wold-style-definition
|
|||||||
EXTRA_FLAGS += -Wmissing-prototypes
|
EXTRA_FLAGS += -Wmissing-prototypes
|
||||||
EXTRA_FLAGS += -Wmissing-declarations
|
EXTRA_FLAGS += -Wmissing-declarations
|
||||||
EXTRA_FLAGS += -Wdeclaration-after-statement
|
EXTRA_FLAGS += -Wdeclaration-after-statement
|
||||||
|
EXTRA_FLAGS += -Wvla
|
||||||
|
|
||||||
#### Nothing should normally be changed below this line ####
|
#### Nothing should normally be changed below this line ####
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user