mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 14:27:30 -04:00
fix(dwarfs_main): warning when building without perfmon
This commit is contained in:
parent
1bf0ed16e5
commit
57a858894c
@ -899,7 +899,7 @@ int op_statfs(char const* path, native_statvfs* st) {
|
||||
template <typename LogProxy, typename Find>
|
||||
int op_getxattr_common(LogProxy& log_, dwarfs_userdata& userdata,
|
||||
std::string_view name, std::string& value,
|
||||
size_t& extra_size, Find const& find) {
|
||||
size_t& extra_size [[maybe_unused]], Find const& find) {
|
||||
return checked_call(log_, [&] {
|
||||
auto entry = find();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user