wscript: enable -Werror=nonnull
This commit is contained in:
parent
02b8037f33
commit
99a7e9ad87
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -296,6 +296,7 @@ def configure(conf):
|
|||
# '-Werror=format=2',
|
||||
'-Werror=implicit-fallthrough=2',
|
||||
'-Werror=logical-op',
|
||||
'-Werror=nonnull',
|
||||
'-Werror=packed',
|
||||
'-Werror=packed-not-aligned',
|
||||
'-Werror=parentheses',
|
||||
|
|
Loading…
Add table
Reference in a new issue