mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
wscript: few more warnings-as-errors
This commit is contained in:
parent
634574f249
commit
3fca567b81
3
wscript
3
wscript
@ -209,6 +209,9 @@ def configure(conf):
|
|||||||
'-Werror=sizeof-pointer-memaccess',
|
'-Werror=sizeof-pointer-memaccess',
|
||||||
'-Werror=sizeof-array-div',
|
'-Werror=sizeof-array-div',
|
||||||
'-Werror=sizeof-pointer-div',
|
'-Werror=sizeof-pointer-div',
|
||||||
|
'-Werror=string-compare',
|
||||||
|
'-Werror=use-after-free=3',
|
||||||
|
'-Werror=sequence-point',
|
||||||
# '-Werror=format=2',
|
# '-Werror=format=2',
|
||||||
# '-Wdouble-promotion', # disable warning flood
|
# '-Wdouble-promotion', # disable warning flood
|
||||||
'-Wstrict-aliasing',
|
'-Wstrict-aliasing',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user