Snippets for actor-framework 1.1.0 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/actor-framework/1.1.0/6.fc45/data/logs/x86_64/build.log.
-
/usr/include/c++/16/bits/stl_tree.h:195:44: warning: ‘MEM[(struct _Rb_tree_header &)&D.341757 + 8]._M_header._M_left’ may be used uninitialized [-Wmaybe-uninitialized] 195 | _M_header._M_left = __from._M_header._M_left; | ~~~~~~~~~~~~~~~~~^~~~~~~ -
/usr/include/c++/16/bits/stl_tree.h:196:45: warning: ‘MEM[(struct _Rb_tree_header &)&D.341757 + 8]._M_header._M_right’ may be used uninitialized [-Wmaybe-uninitialized] 196 | _M_header._M_right = __from._M_header._M_right; | ~~~~~~~~~~~~~~~~~^~~~~~~~ -
/usr/include/c++/16/bits/stl_tree.h:198:30: warning: ‘MEM[(struct _Rb_tree_header &)&D.341757 + 8]._M_node_count’ may be used uninitialized [-Wmaybe-uninitialized] 198 | _M_node_count = __from._M_node_count; | ~~~~~~~^~~~~~~~~~~~~ -
/usr/include/c++/16/bits/move.h:238:11: warning: ‘MEM[(struct config_impl * &)this_2(D) + 8]’ is used uninitialized [-Wuninitialized] 238 | _Tp __tmp = _GLIBCXX_MOVE(__a); | ^~~~~ -
/builddir/build/BUILD/actor-framework-1.1.0-build/actor-framework-1.1.0/examples/curl/curl_fuse.cpp:210:7: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 210 | [=](read_atom, const std::string& fname, uint64_t offset, | ^ -
/builddir/build/BUILD/actor-framework-1.1.0-build/actor-framework-1.1.0/examples/curl/curl_fuse.cpp:291:23: warning: ‘typename caf::response_type<typename Handle::signatures, typename caf::detail::implicit_conversions<typename std::decay<_BoundArgs>::type>::type ...>::delegated_type caf::local_actor::delegate(const Handle&, Ts&& ...) [with caf::message_priority P = caf::message_priority::normal; Handle = caf::actor; Ts = {read_atom&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, long unsigned int&, long unsigned int&}; typename caf::response_type<typename Handle::signatures, typename caf::detail::implicit_conversions<typename std::decay<_BoundArgs>::type>::type ...>::delegated_type = caf::delegated<caf::message>; typename Handle::signatures = caf::none_t]’ is deprecated: use the mail API instead [-Wdeprecated-declarations] 291 | self->delegate(worker, rd, std::move(str), x, y); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/builddir/build/BUILD/actor-framework-1.1.0-build/actor-framework-1.1.0/libcaf_core/caf/type_id_list.hpp:55:27: warning: array subscript 1 is outside array bounds of ‘type_id_t[1]’ [-Warray-bounds=] 55 | return data_[index + 1]; | ^ -
/builddir/build/BUILD/actor-framework-1.1.0-build/actor-framework-1.1.0/libcaf_core/caf/flow/op/publish.hpp:44:19: warning: array subscript ‘const struct publish[0]’ is partly outside array bounds of ‘void[40]’ [-Warray-bounds=] 44 | return super::parent_; | ^~~~~~~ -
/builddir/build/BUILD/actor-framework-1.1.0-build/actor-framework-1.1.0/libcaf_test/caf/test/runnable.hpp:71:5: warning: ‘y.__r’ may be used uninitialized [-Wmaybe-uninitialized] 71 | if (lhs == rhs) { | ^~