From 29c8e02b3aec54026b352d57aa81d6e0f9c1cae6 Mon Sep 17 00:00:00 2001 From: berryplus Date: Sun, 26 Jan 2020 01:41:13 +0900 Subject: [PATCH] =?UTF-8?q?maybe=5Funused=E5=B1=9E=E6=80=A7=E3=82=92?= =?UTF-8?q?=E4=BD=BF=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sakura_core/extmodule/CIcu4cI18n.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sakura_core/extmodule/CIcu4cI18n.cpp b/sakura_core/extmodule/CIcu4cI18n.cpp index d4e0679d7c..f39e1e866c 100644 --- a/sakura_core/extmodule/CIcu4cI18n.cpp +++ b/sakura_core/extmodule/CIcu4cI18n.cpp @@ -40,9 +40,8 @@ CIcu4cI18n::~CIcu4cI18n() noexcept /*! * @brief DLLの名前を返す */ -LPCWSTR CIcu4cI18n::GetDllNameImp(int index) +LPCWSTR CIcu4cI18n::GetDllNameImp( [[maybe_unused]] int index ) { - (void*)index; return L"icuin66.dll"; //バージョンは固定 }