diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 99de2ab9..174edb51 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -5,9 +5,9 @@ static inline std::error_code -_ecerrno(const int errno_ = errno) +_ecerrno(void) { - return std::make_error_code(errno_,std::generic_category()); + return std::make_error_code(errno,std::generic_category()); } fs::ecpath