mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
wscript: don't error if uninitialized(old compilers like gcc5 have bad heuristics)
This commit is contained in:
4
wscript
4
wscript
@@ -236,8 +236,8 @@ def configure(conf):
|
||||
'-Werror=duplicated-branches', # BEWARE: buggy
|
||||
'-Werror=bool-compare',
|
||||
'-Werror=bool-operation',
|
||||
'-Werror=uninitialized',
|
||||
'-Werror=init-self',
|
||||
'-Wuninitialized',
|
||||
'-Winit-self',
|
||||
'-Werror=implicit-fallthrough=2', # clang incompatible without "=2"
|
||||
# '-Wdouble-promotion', # disable warning flood
|
||||
'-Wstrict-aliasing',
|
||||
|
||||
Reference in New Issue
Block a user