2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-22 17:01:14 +01:00

wscript: enable -Werror=nonnull

This commit is contained in:
Alibek Omarov 2023-10-22 16:20:55 +03:00
parent 02b8037f33
commit 99a7e9ad87

View File

@ -296,6 +296,7 @@ def configure(conf):
# '-Werror=format=2',
'-Werror=implicit-fallthrough=2',
'-Werror=logical-op',
'-Werror=nonnull',
'-Werror=packed',
'-Werror=packed-not-aligned',
'-Werror=parentheses',