2
0
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:
Alibek Omarov 2024-06-24 20:01:29 +03:00
parent fe3644a417
commit 244b9dc02b

View File

@ -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',