mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 01:45:19 +01:00
wscript: disable -Wformat=2 back (it wasn't supposed to be pushed anyway)
This commit is contained in:
parent
fe3644a417
commit
244b9dc02b
4
wscript
4
wscript
@ -293,7 +293,6 @@ def configure(conf):
|
||||
'-Werror=bool-operation',
|
||||
'-Werror=cast-align=strict',
|
||||
'-Werror=duplicated-cond',
|
||||
'-Werror=format=2',
|
||||
'-Werror=implicit-fallthrough=2',
|
||||
'-Werror=logical-op',
|
||||
'-Werror=nonnull',
|
||||
@ -314,11 +313,12 @@ def configure(conf):
|
||||
'-Werror=write-strings',
|
||||
|
||||
# unstable diagnostics, may cause false positives
|
||||
'-Walloc-zero',
|
||||
'-Wformat=2',
|
||||
'-Winit-self',
|
||||
'-Wmisleading-indentation',
|
||||
'-Wstringop-overflow',
|
||||
'-Wunintialized',
|
||||
'-Walloc-zero',
|
||||
|
||||
# disabled, flood
|
||||
# '-Wdouble-promotion',
|
||||
|
Loading…
Reference in New Issue
Block a user