forked from valve/halflife-sdk
wscript: disable implicit-fallthrough diagnostic for now
This commit is contained in:
parent
c2679343ed
commit
72e2f4e2f4
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -113,7 +113,7 @@ def configure(conf):
|
|||
'-Werror=cast-align=strict',
|
||||
'-Werror=duplicated-cond',
|
||||
# '-Werror=format=2',
|
||||
'-Werror=implicit-fallthrough=2',
|
||||
# '-Werror=implicit-fallthrough=2',
|
||||
# '-Werror=logical-op',
|
||||
'-Werror=packed',
|
||||
'-Werror=packed-not-aligned',
|
||||
|
|
Loading…
Reference in a new issue