Disable -Wimplicit-fallthrough for now
Unfortunately with clang10 this generates lots of spurious warnings from SDL headers, even though they have fallthrough comments.
This commit is contained in:
parent
f60e0b1df3
commit
54c93d8923
1 changed files with 1 additions and 1 deletions
|
@ -91,11 +91,11 @@ taisei_c_args = [
|
|||
'-Wgcc-compat',
|
||||
'-Wgnu',
|
||||
'-Wignored-qualifiers',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Winit-self',
|
||||
'-Wlogical-op',
|
||||
'-Wmissing-prototypes',
|
||||
'-Wno-gnu-folding-constant',
|
||||
'-Wno-implicit-fallthrough',
|
||||
'-Wno-long-long',
|
||||
'-Wno-missing-braces',
|
||||
'-Wno-typedef-redefinition',
|
||||
|
|
Loading…
Reference in a new issue