waf: add -Werror=format-extra-args to cxx flags
This commit is contained in:
parent
aba4a1fdc8
commit
45a76fe7fc
@ -178,6 +178,7 @@ class Board:
|
||||
'-Wno-expansion-to-defined',
|
||||
'-Werror=attributes',
|
||||
'-Werror=format-security',
|
||||
'-Werror=format-extra-args',
|
||||
'-Werror=enum-compare',
|
||||
'-Werror=array-bounds',
|
||||
'-Werror=uninitialized',
|
||||
|
Loading…
Reference in New Issue
Block a user