You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file: libfc.a(non_preemptable_scope_check.cpp.o) has no symbols
ld: warning: direct access in function ... from file '../../libraries/fc/libfc.a(websocket.cpp.o)' to global weak symbol ... means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: object file (/home/ubuntu/build/lib/lib/libcurl.a(libcurl_la-easy.o)) was built for newer OSX version (10.13) than being linked (10.9)
static_variant.hpp:91:13: warning: destructor called on non-final 'graphene::protocol::credit_offer_accept_operation' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
reinterpret_cast<T*>(data)->~T();
^
/home/ubuntu/build/bitshares/libraries/fc/include/fc/static_variant.hpp:91:13: warning: destructor called on non-final 'graphene::custom_operations::account_storage_map' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
reinterpret_cast<T*>(data)->~T();
^
/home/ubuntu/build/bitshares/libraries/chain/db_maint.cpp:530:27: warning: lambda capture 'witness_budget' is not used [-Wunused-lambda-capture]
modify(core, [&rec,&witness_budget,&worker_budget,&leftover_worker_funds,&dpo]
^
/home/ubuntu/build/bitshares/libraries/chain/db_maint.cpp:530:43: warning: lambda capture 'worker_budget' is not used [-Wunused-lambda-capture]
modify(core, [&rec,&witness_budget,&worker_budget,&leftover_worker_funds,&dpo]
^
/home/ubuntu/build/bitshares/libraries/chain/db_maint.cpp:530:58: warning: lambda capture 'leftover_worker_funds' is not used [-Wunused-lambda-capture]
modify(core, [&rec,&witness_budget,&worker_budget,&leftover_worker_funds,&dpo]
^
/home/ubuntu/build/bitshares/libraries/chain/db_maint.cpp:530:81: warning: lambda capture 'dpo' is not used [-Wunused-lambda-capture]
modify(core, [&rec,&witness_budget,&worker_budget,&leftover_worker_funds,&dpo]
^
Target bitshares-core 5.1.0
(^^ this is actually a bitshares-gitian issue, should be fixed by bitshares/bitshares-gitian#66)
Target bitshares-core 6.0.0
and etc (see also #2501, fixed by #2566).
(should be fixed by #2660)
The text was updated successfully, but these errors were encountered: