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 pedantic C++ compiler warning #1646

Closed
wants to merge 1 commit into from

Conversation

codablock
Copy link

Not sure if this happens for anyone else, but it will probably at some point in time due to compiler upgrades.

"warning: type qualifiers ignored on function return type [-Wignored-qualifiers]"
It pops up very often as transaction.h is included in so many places.
@codablock
Copy link
Author

From the commit message:
"warning: type qualifiers ignored on function return type [-Wignored-qualifiers]"
It pops up very often as transaction.h is included in so many places.

@UdjinM6 UdjinM6 added this to the 12.2 milestone Sep 21, 2017
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6
Copy link

UdjinM6 commented Sep 21, 2017

closing due to #1647

@UdjinM6 UdjinM6 closed this Sep 21, 2017
@codablock codablock deleted the cxx_pedantic_warning branch September 14, 2018 12:49
@UdjinM6 UdjinM6 removed this from the 12.2 milestone Mar 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants