mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
wscript: don't error if uninitialized(old compilers like gcc5 have bad heuristics)
This commit is contained in:
parent
5d8b770e6c
commit
32eb42a92f
4
wscript
4
wscript
@ -236,8 +236,8 @@ 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',
|
||||||
'-Werror=uninitialized',
|
'-Wuninitialized',
|
||||||
'-Werror=init-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
|
||||||
'-Wstrict-aliasing',
|
'-Wstrict-aliasing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user