mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 23:57:57 +00:00
wscript: make stringop-overflow non-fatal
This commit is contained in:
parent
1d6f695749
commit
e1cbf96100
5
wscript
5
wscript
@ -310,16 +310,13 @@ def configure(conf):
|
|||||||
# unstable diagnostics, may cause false positives
|
# unstable diagnostics, may cause false positives
|
||||||
'-Winit-self',
|
'-Winit-self',
|
||||||
'-Wmisleading-indentation',
|
'-Wmisleading-indentation',
|
||||||
|
'-Wstringop-overflow',
|
||||||
'-Wunintialized',
|
'-Wunintialized',
|
||||||
|
|
||||||
# disabled, flood
|
# disabled, flood
|
||||||
# '-Wdouble-promotion',
|
# '-Wdouble-promotion',
|
||||||
]
|
]
|
||||||
|
|
||||||
# buggy compiler on NSW
|
|
||||||
if conf.env.DEST_OS != 'nswitch':
|
|
||||||
opt_flags += [ '-Werror=stringop-overflow' ]
|
|
||||||
|
|
||||||
opt_cflags = [
|
opt_cflags = [
|
||||||
'-Werror=declaration-after-statement',
|
'-Werror=declaration-after-statement',
|
||||||
'-Werror=enum-conversion',
|
'-Werror=enum-conversion',
|
||||||
|
Loading…
Reference in New Issue
Block a user