This commit is contained in:
Scott E. Graves 2025-04-22 11:35:22 -05:00
parent 9398f17b76
commit 61d8b6d054

View File

@ -101,7 +101,7 @@ protected:
std::string &attribute_name, std::string &attribute_name,
const std::string &api_path) const std::string &api_path)
-> api_error; -> api_error;
#else !defined(__APPLE__) #else // !defined(__APPLE__)
[[nodiscard]] auto parse_xattr_parameters(const char *name, [[nodiscard]] auto parse_xattr_parameters(const char *name,
std::string &attribute_name, std::string &attribute_name,
const std::string &api_path) const std::string &api_path)