From 431a5774ba30f86cde47cee7cfb7b3deb6478fe0 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Fri, 14 Aug 2020 12:37:21 +0300 Subject: [PATCH] fix warning --- src/stardict_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stardict_lib.cpp b/src/stardict_lib.cpp index 18e957b..6acb0fc 100644 --- a/src/stardict_lib.cpp +++ b/src/stardict_lib.cpp @@ -758,7 +758,7 @@ bool OffsetIndex::lookup(const char *str, glong &idx) return bFound; } -bool WordListIndex::load(const std::string &url, gulong wc, gulong fsize, bool verbose) +bool WordListIndex::load(const std::string &url, gulong wc, gulong fsize, bool) { gzFile in = gzopen(url.c_str(), "rb"); if (in == nullptr)