wscript: enforce error on uninitialized variables
This commit is contained in:
parent
8fcfde1e42
commit
92f0bf54f1
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -271,7 +271,7 @@ def configure(conf):
|
|||
'-Werror=duplicated-branches', # BEWARE: buggy
|
||||
'-Werror=bool-compare',
|
||||
'-Werror=bool-operation',
|
||||
'-Wuninitialized',
|
||||
'-Werror=uninitialized',
|
||||
'-Winit-self',
|
||||
'-Werror=implicit-fallthrough=2', # clang incompatible without "=2"
|
||||
# '-Wdouble-promotion', # disable warning flood
|
||||
|
|
Loading…
Add table
Reference in a new issue