From a65c132a3adbe4252ff1e8b0988965bf5adaa4aa Mon Sep 17 00:00:00 2001 From: compiler Date: Sat, 9 Oct 2021 18:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E7=B3=BB=E7=BB=9F=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=85=8D=E7=BD=AE-Wimplicit-fallthrough=E5=9C=A8?= =?UTF-8?q?=E5=AE=89=E5=85=A8C=E5=BA=93=E4=B8=AD=E7=9A=84=E8=AF=AF?= =?UTF-8?q?=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liujialiang --- base/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/base/BUILD.gn b/base/BUILD.gn index 55e4028..3742cae 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -23,6 +23,7 @@ config("utils_config") { if (current_os == "mingw") { cflags += [ "-Wno-error=inconsistent-dllimport" ] } + cflags += [ "-Wno-implicit-fallthrough" ] } config("static_utils_config") { -- Gitee