Snippets for ace-framework 7.0.11 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/ycr70s1mhkdfa0lm9lbjyimj7rmx814z-ace-7.0.11.drv.
-
../../ASNMP/asnmp/address.h:102:21: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 102 | class ASNMP_Export Address: public SnmpSyntax | ^~~~~~~ -
/build/ACE_wrappers/ASNMP/asnmp/ctr64.cpp:57:22: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 57 | : SnmpSyntax (ctr64) | ^ -
/build/ACE_wrappers/ASNMP/asnmp/integer.cpp:42:18: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 42 | : SnmpSyntax (c) | ^ -
/build/ACE_wrappers/ASNMP/asnmp/integer.cpp:139:18: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 139 | : SnmpSyntax (c) | ^ -
/build/ACE_wrappers/ASNMP/asnmp/octet.cpp:117:51: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 117 | SnmpSyntax (octet), output_buffer(0), validity(1) | ^ -
/build/ACE_wrappers/ASNMP/asnmp/oid.cpp:92:20: warning: implicitly-declared 'constexpr SnmpSyntax::SnmpSyntax(const SnmpSyntax&)' is deprecated [-Wdeprecated-copy] 92 | : SnmpSyntax (oid) | ^ -
/build/ACE_wrappers/ASNMP/asnmp/target.cpp:203:44: warning: implicitly-declared 'UdpTarget::UdpTarget(const UdpTarget&)' is deprecated [-Wdeprecated-copy] 203 | return (SnmpTarget *) new UdpTarget(*this); | ^ -
../../ASNMP/asnmp/target.h:180:20: warning: implicitly-declared 'constexpr SnmpTarget::SnmpTarget(const SnmpTarget&)' is deprecated [-Wdeprecated-copy] 180 | class ASNMP_Export UdpTarget : public SnmpTarget | ^~~~~~~~~ -
/build/ACE_wrappers/ASNMP/asnmp/transaction.cpp:31:43: warning: implicitly-declared 'UdpTarget::UdpTarget(const UdpTarget&)' is deprecated [-Wdeprecated-copy] 31 | wp_(pdu,target), params_(target), session_(io) | ^~~~~~~~~~~~~~~ -
/build/ACE_wrappers/ace/Map_Manager.cpp:241:45: warning: implicitly-declared 'constexpr KeyType& KeyType::operator=(const KeyType&)' is deprecated [-Wdeprecated-copy] 241 | this->search_structure_[slot].ext_id_ = ext_id; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ -
/build/ACE_wrappers/ace/Unbounded_Queue.cpp:216:8: warning: implicitly-declared 'Record& Record::operator=(const Record&)' is deprecated [-Wdeprecated-copy] 216 | item = temp->item_; | ~~~~~^~~~~~~~~~~~~ -
/build/ACE_wrappers/ace/Unbounded_Queue.cpp:186:22: warning: implicitly-declared 'Record& Record::operator=(const Record&)' is deprecated [-Wdeprecated-copy] 186 | this->head_->item_ = new_item; | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ -
/build/ACE_wrappers/ace/Hash_Map_Manager_T.cpp:295:10: warning: implicitly-declared 'Record& Record::operator=(const Record&)' is deprecated [-Wdeprecated-copy] 295 | int_id = temp->int_id_; | ~~~~~~~^~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/APG/Streams/Answerer.cpp:27:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 27 | if (message->recorder ()->answer_call () < 0) | ^~ -
/build/ACE_wrappers/examples/APG/Streams/RecordingDevice_Text.cpp:171:16: warning: 'this' pointer is null [-Wnonnull] 171 | file->remove (); | ~~~~~~~~~~~~~^~ -
/build/ACE_wrappers/examples/ASX/Event_Server/Event_Server/event_server.cpp:63:22: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 63 | : ACE_Sig_Adapter (ACE_Sig_Handler_Ex (ACE_Reactor::end_event_loop)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/ASX/UPIPE_Event_Server/event_server.cpp:35:22: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 35 | : ACE_Sig_Adapter (ACE_Sig_Handler_Ex (ACE_Reactor::end_event_loop)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Connection/blocking/SPIPE-connector.cpp:132:20: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 132 | done_handler_ (ACE_Sig_Handler_Ex (ACE_Reactor::end_event_loop)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Connection/misc/Connection_Handler.cpp:192:23: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 192 | ACE_Sig_Adapter sa ((ACE_Sig_Handler_Ex) ACE_Reactor::end_event_loop); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Connection/non_blocking/CPP-connector.cpp:215:20: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 215 | : done_handler_ (ACE_Sig_Handler_Ex (ACE_Reactor::end_event_loop)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Connection/non_blocking/CPP-acceptor.cpp:149:20: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 149 | : done_handler_ (ACE_Sig_Handler_Ex (ACE_Reactor::end_event_loop)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Reactor/TP_Reactor/ReadHandler.cpp:19:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | #define INVOCATION_ENTER() do { if (mInvocationCounter > 0) \ | ^~ -
/build/ACE_wrappers/examples/Threads/cancel.cpp:43:45: warning: cast between incompatible function types from 'void* (*)(intptr_t)' {aka 'void* (*)(long int)'} to 'ACE_THR_FUNC' {aka 'void* (*)(void*)'} [-Wcast-function-type] 43 | int grp_id = thr_mgr->spawn_n (n_threads, ACE_THR_FUNC (worker), | ^~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Threads/thread_manager.cpp:67:34: warning: cast between incompatible function types from 'void* (*)(intptr_t)' {aka 'void* (*)(long int)'} to 'ACE_THR_FUNC' {aka 'void* (*)(void*)'} [-Wcast-function-type] 67 | ACE_THR_FUNC (worker), | ^~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Web_Crawler/URL.cpp:23:25: warning: implicitly-declared 'constexpr URL_Status& URL_Status::operator=(const URL_Status&)' is deprecated [-Wdeprecated-copy] 23 | this->reply_status_ = rs; | ^~ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:29:33: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' specified bound 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/protocols/ace/HTBP/HTBP_Session.cpp:73:45: warning: implicitly-declared 'ACE::HTBP::Addr& ACE::HTBP::Addr::operator=(const ACE::HTBP::Addr&)' is deprecated [-Wdeprecated-copy] 73 | session_id_.local_ = ACE_TEXT_ALWAYS_CHAR(htid); | ^~~~ -
/build/ACE_wrappers/protocols/ace/HTBP/HTBP_Session.cpp:94:23: warning: implicitly-declared 'ACE::HTBP::Addr& ACE::HTBP::Addr::operator=(const ACE::HTBP::Addr&)' is deprecated [-Wdeprecated-copy] 94 | session_id_.peer_ = peer; | ^~~~ -
/build/ACE_wrappers/protocols/ace/HTBP/HTBP_Session.cpp:95:24: warning: implicitly-declared 'ACE::HTBP::Addr& ACE::HTBP::Addr::operator=(const ACE::HTBP::Addr&)' is deprecated [-Wdeprecated-copy] 95 | session_id_.local_ = local; | ^~~~~ -
/build/ACE_wrappers/protocols/ace/HTBP/HTBP_Stream.cpp:319:44: warning: implicitly-declared 'ACE::HTBP::Addr& ACE::HTBP::Addr::operator=(const ACE::HTBP::Addr&)' is deprecated [-Wdeprecated-copy] 319 | local_addr = this->session_->local_addr (); | ^ -
/build/ACE_wrappers/protocols/ace/HTBP/HTBP_Stream.cpp:326:41: warning: implicitly-declared 'ACE::HTBP::Addr& ACE::HTBP::Addr::operator=(const ACE::HTBP::Addr&)' is deprecated [-Wdeprecated-copy] 326 | peer_addr = this->session_->peer_addr(); | ^ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:29:33: warning: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' specified bound 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/ASNMP/tests/Target_Test.cpp:113:35: warning: implicitly-declared 'UdpTarget::UdpTarget(const UdpTarget&)' is deprecated [-Wdeprecated-copy] 113 | UdpTarget *c5 = new UdpTarget(c2); | ^ -
../../../Kokyu/DSRT_Sched_Queue_T.cpp:67:8: warning: implicitly-declared 'Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>& Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>::operator=(const Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>&)' is deprecated [-Wdeprecated-copy] 67 | item = ent.item (); | ~~~~~^~~~~~~~~~~~~ -
../../../Kokyu/DSRT_Sched_Queue_T.cpp:88:14: warning: implicitly-declared 'Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>& Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>::operator=(const Kokyu::DSRT_Dispatch_Item_var<mif_scheduler_traits>&)' is deprecated [-Wdeprecated-copy] 88 | found_item = rb_tree_node->item (); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/ASX/CCM_App/SC_Server.cpp:54:37: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 54 | ACE_Sig_Adapter shutdown_handler ((ACE_Sig_Handler_Ex) ACE_Reactor::end_event_loop); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/examples/Service_Configurator/IPC-tests/server/server_test.cpp:23:23: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 23 | ACE_Sig_Adapter sa ((ACE_Sig_Handler_Ex) ACE_Reactor::end_event_loop); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/netsvcs/servers/main.cpp:132:31: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 132 | ACE_Sig_Adapter sa ((ACE_Sig_Handler_Ex) ACE_Reactor::end_event_loop); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/netsvcs/servers/main.cpp:162:27: warning: cast between incompatible function types from 'int (*)()' to 'ACE_Sig_Handler_Ex' {aka 'void (*)(int, siginfo_t*, ucontext_t*)'} [-Wcast-function-type] 162 | ACE_Sig_Adapter sa ((ACE_Sig_Handler_Ex) ACE_Reactor::end_event_loop); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/tests/DLL_Test_Impl.cpp:84:19: warning: 'static void Hello_Impl::operator delete(void*, const std::nothrow_t&)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 84 | Hello_Impl, | ^~~~~~~~~~ -
/build/ACE_wrappers/tests/Reactor_Remove_Resume_Test_Dev_Poll.cpp:378:31: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations] 378 | struct Run_Test : public std::unary_function<reactor_factory_type, void> | ^~~~~~~~~~~~~~ -
/build/ACE_wrappers/tests/Signal_Test.cpp:183:30: warning: cast between incompatible function types from 'int (*)(int)' to 'ACE_SignalHandler' {aka 'void (*)(int)'} [-Wcast-function-type] 183 | ACE_Sig_Action sa (sigset, (ACE_SignalHandler)handle_signal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/ACE_wrappers/tests/Thread_Manager_Test.cpp:308:19: warning: cast between incompatible function types from 'void* (*)(int)' to 'ACE_THR_FUNC' {aka 'void* (*)(void*)'} [-Wcast-function-type] 308 | (ACE_THR_FUNC) worker, | ^~~~~~~~~~~~~~~~~~~~~