From c71aada93187c6ac0d84fa117c569d3b66566fc4 Mon Sep 17 00:00:00 2001 From: aLINEz Date: Wed, 23 Jun 2021 07:43:28 +0000 Subject: [PATCH] =?UTF-8?q?MUSL=E5=88=87=E6=8D=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 1 + config.h | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1ac84d5..5d4bc5d 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -40,6 +40,7 @@ config("glib_config") { "-DGLIB_COMPILATION", "-Wno-sign-compare", "-Wno-unused-value", + "-Wno-unused-function", "-Wno-int-conversion", ] } diff --git a/config.h b/config.h index a75a6bd..ab71fea 100755 --- a/config.h +++ b/config.h @@ -307,8 +307,6 @@ #define HAVE_UNSETENV 1 -#define HAVE_USELOCALE 1 - #define HAVE_UTIMES 1 #define HAVE_VASPRINTF 1 @@ -329,8 +327,6 @@ #define HAVE_XATTR 1 -#define HAVE_XLOCALE_H 1 - #define MAJOR_IN_SYSMACROS 1 #define NEED_PRINTF_DIRECTIVE_A 1 -- Gitee