mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
Fix some warnings
This commit is contained in:
parent
3ea0e391db
commit
54e6cf95d7
3 changed files with 7 additions and 5 deletions
|
|
@ -154,7 +154,7 @@ bool vfs::unmount(std::string_view vpath)
|
|||
std::lock_guard lock(table.mutex);
|
||||
|
||||
// Search entry recursively and remove it (including all children)
|
||||
std::function<void(vfs_directory&, int)> unmount_children;
|
||||
std::function<void(vfs_directory&, usz)> unmount_children;
|
||||
unmount_children = [&entry_list, &unmount_children](vfs_directory& dir, usz depth) -> void
|
||||
{
|
||||
if (depth >= entry_list.size())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue