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:
Andrei Alexeyev 2020-04-04 02:23:32 +03:00
parent f60e0b1df3
commit 54c93d8923
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -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',