diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index c8e4345b..ea7175da 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -5,7 +5,7 @@ static inline std::error_code -ecerrno(const int errno_) +ecerrno(const int errno_ = errno) { return std::make_error_code(errno_,std::generic_category()); }