mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
wscript: few more warnings-as-errors
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user