mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
fix warning
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user