mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
wscript: enforce error on uninitialized variables
This commit is contained in:
parent
8fcfde1e42
commit
92f0bf54f1
2
wscript
2
wscript
@ -271,7 +271,7 @@ def configure(conf):
|
|||||||
'-Werror=duplicated-branches', # BEWARE: buggy
|
'-Werror=duplicated-branches', # BEWARE: buggy
|
||||||
'-Werror=bool-compare',
|
'-Werror=bool-compare',
|
||||||
'-Werror=bool-operation',
|
'-Werror=bool-operation',
|
||||||
'-Wuninitialized',
|
'-Werror=uninitialized',
|
||||||
'-Winit-self',
|
'-Winit-self',
|
||||||
'-Werror=implicit-fallthrough=2', # clang incompatible without "=2"
|
'-Werror=implicit-fallthrough=2', # clang incompatible without "=2"
|
||||||
# '-Wdouble-promotion', # disable warning flood
|
# '-Wdouble-promotion', # disable warning flood
|
||||||
|
Loading…
Reference in New Issue
Block a user