bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

New Doxygen warnings in 6.0.0 #2545

Closed abitmore closed 1 year ago

abitmore commented 2 years ago

Description

/home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.cpp:367: warning: no uniquely matching class member found for
  std::string graphene::wallet::detail::operation_result_printer::operator()(const object_id_type &oid) const
Possible candidates:
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::void_result &x) const' at line 47 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::object_id_type &oid) const' at line 48 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::asset &a) const' at line 49 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::generic_operation_result &r) const' at line 50 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::generic_exchange_operation_result &r) const' at line 51 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp
  std::string graphene::wallet::detail::operation_result_printer::operator()(const graphene::protocol::extendable_operation_result &r) const' at line 52 of file /home/ubuntu/work/bitshares-core-6.0/libraries/wallet/operation_printer.hpp

See also: https://github.com/bitshares/bitshares-core/issues/2213

Build Environment Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.

CORE TEAM TASK LIST

abitmore commented 1 year ago

Fixed by #2659.