wscript: add stringop-overflow to our Werror list
This commit is contained in:
parent
9968b192c3
commit
e7f5cb6910
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -301,6 +301,7 @@ def configure(conf):
|
|||
'-Werror=sizeof-pointer-div',
|
||||
'-Werror=strict-aliasing',
|
||||
'-Werror=string-compare',
|
||||
'-Werror=stringop-overflow',
|
||||
'-Werror=tautological-compare',
|
||||
'-Werror=use-after-free=3',
|
||||
'-Werror=unsequenced', # clang's version of -Werror=sequence-point
|
||||
|
|
Loading…
Add table
Reference in a new issue