wscript: enforce -Werror=format-extra-args
This commit is contained in:
parent
42a8aa6c66
commit
42a915b04a
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -293,6 +293,7 @@ def configure(conf):
|
|||
'-Werror=bool-operation',
|
||||
'-Werror=cast-align=strict',
|
||||
'-Werror=duplicated-cond',
|
||||
'-Werror=format-extra-args',
|
||||
'-Werror=implicit-fallthrough=2',
|
||||
'-Werror=logical-op',
|
||||
'-Werror=nonnull',
|
||||
|
|
Loading…
Add table
Reference in a new issue