Address compiler warnings #10 [Wconversion]
This commit is contained in:
@ -912,7 +912,7 @@ auto fuse_drive::listxattr_impl(std::string api_path, char *buffer, size_t size,
|
||||
res = api_error::xattr_buffer_small;
|
||||
}
|
||||
|
||||
required_size += attribute_name_size;
|
||||
required_size += static_cast<int>(attribute_name_size);
|
||||
#ifdef __APPLE__
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user