build: Disable -Wimplicit-fallthrough in GN.

This flag was recently enabled by default in Chrome and ANGLE
and other projects inherit these build settings. Explicitly
dsiable this warning until it is enabled in the non-GN build.

Change-Id: I8f353f8abc3f7857481ff9cc774aff3618eaf35a
This commit is contained in:
Jamie Madill 2021-07-20 08:36:30 -04:00 committed by Charles Giessen
parent 99c0b1433a
commit 9d05cd96cf

View File

@ -44,6 +44,7 @@ config("vulkan_internal_config") {
cflags = [
"-Wno-conversion",
"-Wno-extra-semi",
"-Wno-implicit-fallthrough",
"-Wno-sign-compare",
"-Wno-unreachable-code",
"-Wno-unused-function",