Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warnings in macOS native build #2501

Closed
abitmore opened this issue Sep 17, 2021 · 1 comment
Closed

Compiler warnings in macOS native build #2501

abitmore opened this issue Sep 17, 2021 · 1 comment

Comments

@abitmore
Copy link
Member

abitmore commented Sep 17, 2021

macOS 10.15.7 (see https://github.com/bitshares/bitshares-core/runs/3627081567)

2021-09-16T23:53:35.9359200Z /Users/runner/work/bitshares-core/bitshares-core/libraries/fc/include/fc/static_variant.hpp:91:13: warning: destructor called on non-final 'graphene::protocol::transfer_operation' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
2021-09-16T23:53:35.9361690Z reinterpret_cast<T*>(data)->~T();
2021-09-16T23:53:35.9362450Z ^

By the way, the same warnings appear in Linux cross-build too (see #2340).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant