mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
add -Wformat-nonliteral and -Wformat-security
can be useful, not sure they are a subset of the flags we use already... Change-Id: Iec742a99427a791d9527368302a1136df2ff96cd
This commit is contained in:
committed by
James Zern
parent
4e2589ff81
commit
80d950d94e
@ -67,6 +67,8 @@ EXTRA_FLAGS += -Wmissing-prototypes
|
||||
EXTRA_FLAGS += -Wmissing-declarations
|
||||
EXTRA_FLAGS += -Wdeclaration-after-statement
|
||||
EXTRA_FLAGS += -Wshadow
|
||||
EXTRA_FLAGS += -Wformat-security -Wformat-nonliteral
|
||||
|
||||
# EXTRA_FLAGS += -Wvla
|
||||
|
||||
# AVX2-specific flags:
|
||||
|
Reference in New Issue
Block a user