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

Fix clang warning #1157

Merged
merged 1 commit into from
May 11, 2023
Merged

Fix clang warning #1157

merged 1 commit into from
May 11, 2023

Conversation

heifner
Copy link
Member

@heifner heifner commented May 11, 2023

Fix for clang warning:

leap/tests/trx_generator/trx_provider.hpp:72:12: warning: 'send_transaction' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
      void send_transaction(const chain::packed_transaction& trx) ;

@heifner heifner requested review from greg7mdp and linh2931 May 11, 2023 16:00
@heifner heifner added this to the Leap v5.0.0-rc1 milestone May 11, 2023
@heifner heifner added the OCI Work exclusive to OCI team label May 11, 2023
@heifner heifner merged commit 91ba9e3 into main May 11, 2023
@heifner heifner deleted the virtual-warn branch May 11, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants