2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

wscript: warn about unused variables

This commit is contained in:
Alibek Omarov 2023-12-04 02:53:07 +03:00
parent 273bccdc9a
commit 748b06a00e

View File

@ -324,6 +324,9 @@ def configure(conf):
# disabled, flood
# '-Wdouble-promotion',
'-Wunused-variable',
'-Wunused-but-set-variable',
]
opt_cflags = [