mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 22:31:04 +00:00
File_util: Silence warning about an unused variable in handler
This commit is contained in:
parent
eedbdeb11e
commit
7ab94baadd
@ -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 New Issue
Block a user