From 8adaa1d5e9c3ae704718bc1a6b9873a5f8e66d73 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Thu, 30 May 2024 17:16:50 +0800 Subject: [PATCH] =?UTF-8?q?libxml2=E6=96=B0=E5=A2=9Ecflags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 26dd025..a01357c 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -102,6 +102,7 @@ config("libxml2_private_config") { "-Wno-unused-function", "-Wno-enum-compare", "-Wno-int-conversion", + "-Wno-uninitialized", ] defines = [ "HAVE_CONFIG_H", -- Gitee