fix unused parameter warning
This commit is contained in:
+1
-1
@@ -1054,7 +1054,7 @@ bool vfs::host::unlink(const std::string& path, [[maybe_unused]] const std::stri
|
||||
#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
|
||||
if (remove_root)
|
||||
|
||||
Reference in New Issue
Block a user