fix warning

This commit is contained in:
Evgeniy A. Dushistov
2020-08-14 12:37:21 +03:00
parent 7facbe215e
commit 431a5774ba

View File

@@ -758,7 +758,7 @@ bool OffsetIndex::lookup(const char *str, glong &idx)
return bFound; 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"); gzFile in = gzopen(url.c_str(), "rb");
if (in == nullptr) if (in == nullptr)