mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
fix unused parameter warning
This commit is contained in:
parent
ecfa77f6e7
commit
f11c1613bd
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ bool vfs::host::unlink(const std::string& path, [[maybe_unused]] const std::stri
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool vfs::host::remove_all(const std::string& path, [[maybe_unused]] const std::string& dev_root, [[maybe_unused]] const lv2_fs_mount_point* mp, bool remove_root, bool lock)
|
bool vfs::host::remove_all(const std::string& path, [[maybe_unused]] const std::string& dev_root, [[maybe_unused]] const lv2_fs_mount_point* mp, bool remove_root, [[maybe_unused]] bool lock)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (remove_root)
|
if (remove_root)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue