From c85aa929e7f0428509ab05a9991d9ec6bfcbe406 Mon Sep 17 00:00:00 2001 From: heppen Date: Tue, 20 Jun 2023 17:29:23 +0800 Subject: [PATCH] adapt for build --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index af76d78..516dcaf 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -19,6 +19,7 @@ config("sqlite_config") { "include", "//commonlibrary/c_utils/base/include", ] + cflags_c = [ "-Wno-unused-but-set-variable" ] } # This is the configuration used to build sqlite itself. -- 2.33.0