mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 23:57:57 +00:00
wscript: enable -Werror=nonnull
This commit is contained in:
parent
02b8037f33
commit
99a7e9ad87
1
wscript
1
wscript
@ -296,6 +296,7 @@ def configure(conf):
|
|||||||
# '-Werror=format=2',
|
# '-Werror=format=2',
|
||||||
'-Werror=implicit-fallthrough=2',
|
'-Werror=implicit-fallthrough=2',
|
||||||
'-Werror=logical-op',
|
'-Werror=logical-op',
|
||||||
|
'-Werror=nonnull',
|
||||||
'-Werror=packed',
|
'-Werror=packed',
|
||||||
'-Werror=packed-not-aligned',
|
'-Werror=packed-not-aligned',
|
||||||
'-Werror=parentheses',
|
'-Werror=parentheses',
|
||||||
|
Loading…
Reference in New Issue
Block a user