2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-12 05:49:15 +01:00

wscript: enforce -Werror=format-extra-args

This commit is contained in:
Alibek Omarov 2024-07-18 01:28:35 +03:00
parent 42a8aa6c66
commit 42a915b04a

View File

@ -293,6 +293,7 @@ def configure(conf):
'-Werror=bool-operation',
'-Werror=cast-align=strict',
'-Werror=duplicated-cond',
'-Werror=format-extra-args',
'-Werror=implicit-fallthrough=2',
'-Werror=logical-op',
'-Werror=nonnull',