Hi, On 4/11/25 18:33, Stephan Hohn wrote:
Ok the two issues I see with reef release v18.2.5
and additionally, it fails to compile again with gcc-14 (debian testing/unstable, default options). ---snip--- /build/ceph-18.2.5/src/common/options.h:132:18: error: ‘static Option::level_t Option::str_to_level(std::string_view)’ cannot be overloaded with ‘s tatic Option::level_t Option::str_to_level(std::string_view)’ 132 | static level_t str_to_level(std::string_view s) { | ^~~~~~~~~~~~ /build/ceph-18.2.5/src/common/options.h:120:18: note: previous declaration ‘static Option::level_t Option::str_to_level(std::string_view)’ 120 | static level_t str_to_level(std::string_view s) { | ^~~~~~~~~~~~ ---snap--- this was introduced in commit 0d94eebb0dd. Regards, Daniel