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=bool-operation',
'-Werror=cast-align=strict', '-Werror=cast-align=strict',
'-Werror=duplicated-cond', '-Werror=duplicated-cond',
'-Werror=format=2',
'-Werror=implicit-fallthrough=2', '-Werror=implicit-fallthrough=2',
'-Werror=logical-op', '-Werror=logical-op',
'-Werror=nonnull', '-Werror=nonnull',
@ -314,11 +313,12 @@ def configure(conf):
'-Werror=write-strings', '-Werror=write-strings',
# unstable diagnostics, may cause false positives # unstable diagnostics, may cause false positives
'-Walloc-zero',
'-Wformat=2',
'-Winit-self', '-Winit-self',
'-Wmisleading-indentation', '-Wmisleading-indentation',
'-Wstringop-overflow', '-Wstringop-overflow',
'-Wunintialized', '-Wunintialized',
'-Walloc-zero',
# disabled, flood # disabled, flood
# '-Wdouble-promotion', # '-Wdouble-promotion',