waf: make format errors fatal
This commit is contained in:
parent
7dda87fd44
commit
a4a1536614
@ -106,7 +106,7 @@ class Board:
|
||||
|
||||
'-Wall',
|
||||
'-Wextra',
|
||||
'-Wformat',
|
||||
'-Werror=format',
|
||||
'-Wpointer-arith',
|
||||
'-Wcast-align',
|
||||
'-Wundef',
|
||||
@ -166,7 +166,6 @@ class Board:
|
||||
|
||||
'-Wall',
|
||||
'-Wextra',
|
||||
'-Wformat',
|
||||
'-Wpointer-arith',
|
||||
'-Wcast-align',
|
||||
'-Wundef',
|
||||
@ -181,6 +180,7 @@ class Board:
|
||||
'-Werror=format-security',
|
||||
'-Werror=format-extra-args',
|
||||
'-Werror=enum-compare',
|
||||
'-Werror=format',
|
||||
'-Werror=array-bounds',
|
||||
'-Werror=uninitialized',
|
||||
'-Werror=init-self',
|
||||
|
Loading…
Reference in New Issue
Block a user