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

wscript: few more warnings-as-errors

This commit is contained in:
Alibek Omarov 2023-02-03 19:01:15 +03:00
parent 634574f249
commit 3fca567b81

View File

@ -209,6 +209,9 @@ def configure(conf):
'-Werror=sizeof-pointer-memaccess',
'-Werror=sizeof-array-div',
'-Werror=sizeof-pointer-div',
'-Werror=string-compare',
'-Werror=use-after-free=3',
'-Werror=sequence-point',
# '-Werror=format=2',
# '-Wdouble-promotion', # disable warning flood
'-Wstrict-aliasing',