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:
parent
634574f249
commit
3fca567b81
3
wscript
3
wscript
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user