storage/{composite,local}: fix -Wnonnull warnings
This commit is contained in:
parent
e2d2bb8755
commit
dd37b4656e
@ -332,7 +332,7 @@ CompositeStorage::MapToRelativeUTF8(std::string_view uri) const noexcept
|
||||
}
|
||||
|
||||
if (!root.MapToRelativeUTF8(relative_buffer, uri))
|
||||
return nullptr;
|
||||
return {};
|
||||
|
||||
return relative_buffer;
|
||||
}
|
||||
|
@ -106,8 +106,6 @@ LocalStorage::MapUTF8(std::string_view uri_utf8) const noexcept
|
||||
AllocatedPath
|
||||
LocalStorage::MapFSOrThrow(std::string_view uri_utf8) const
|
||||
{
|
||||
assert(uri_utf8 != nullptr);
|
||||
|
||||
if (uri_utf8.empty())
|
||||
return base_fs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user