https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103328

--- Comment #9 from Avi Kivity <a...@cloudius-systems.com> ---
btw, I also noticed these warnings:

raft/server.cc: In member function ‘virtual seastar::future<>
raft::server_impl::abort()’:
raft/server.cc:932:1: warning:
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame’ has a field
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::append_futures_1_2’
whose type uses the anonymous namespace [-Wsubobject-linkage]
  932 | }
      | ^
raft/server.cc:932:1: warning:
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame’ has a field
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::all_futures_1_2’
whose type uses the anonymous namespace [-Wsubobject-linkage]
raft/server.cc:932:1: warning:
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame’ has a field
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::D.579510_2_9’
whose type uses the anonymous namespace [-Wsubobject-linkage]
raft/server.cc:932:1: warning:
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame’ has a field
‘raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::D.579509_2_9’
whose type uses the anonymous namespace [-Wsubobject-linkage]

Reply via email to