https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265905
--- Comment #4 from Martin Birgmeier <d8zne...@aon.at> --- and (as in devel/protobuf): --- ./toolkit/components/protobuf/src/google/protobuf/arenastring.cc.ORIG 2022-08-19 03:24:42.000000000 +0200 +++ ./toolkit/components/protobuf/src/google/protobuf/arenastring.cc 2022-08-20 21:56:48.727873000 +0200 @@ -64,7 +64,7 @@ #endif constexpr size_t kStringAlign = alignof(std::string); -static_assert((kStringAlign > kNewAlign ? kStringAlign : kNewAlign) >= 8, ""); +// static_assert((kStringAlign > kNewAlign ? kStringAlign : kNewAlign) >= 8, ""); static_assert(alignof(ExplicitlyConstructedArenaString) >= 8, ""); } // namespace -- Martin -- You are receiving this mail because: You are the assignee for the bug.