File_util: Silence warning about an unused variable in handler
This commit is contained in:
parent
eedbdeb11e
commit
7ab94baadd
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ unsigned ScanDirectoryTree(const std::string &directory, FSTEntry& parent_entry)
|
|||
|
||||
bool DeleteDirRecursively(const std::string &directory)
|
||||
{
|
||||
const static auto callback = [](unsigned* num_entries_out,
|
||||
const static auto callback = [](unsigned*,
|
||||
const std::string& _directory,
|
||||
const std::string& virtual_name) -> bool {
|
||||
std::string new_path = _directory + DIR_SEP_CHR + virtual_name;
|
||||
|
|
Loading…
Reference in a new issue