From cd7d32780cd2f06280793ce6c1c372264195324b Mon Sep 17 00:00:00 2001 From: nan-xiansen Date: Tue, 14 Sep 2021 16:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90startup=5Flite=E3=80=91=E3=80=90master?= =?UTF-8?q?=E3=80=91add=20bootstrap=20suites=20to=20linux:resolve=20build?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nan-xiansen Change-Id: I7b379a0e00c9a598d63edf265de6699885784d0c --- startup_lite/bootstrap_posix/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/startup_lite/bootstrap_posix/BUILD.gn b/startup_lite/bootstrap_posix/BUILD.gn index ed5e07015..0c4f7ed34 100755 --- a/startup_lite/bootstrap_posix/BUILD.gn +++ b/startup_lite/bootstrap_posix/BUILD.gn @@ -26,7 +26,6 @@ hcpptest_suite("ActsBootstrapTest") { "//third_party/bounds_checking_function/include/", "//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr", ] - cflags = [ "-Wno-error" ] deps = [ "//foundation/distributedschedule/samgr_lite/samgr:samgr", -- GitLab