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

GCC suggest-override warning #48

Closed
EugeneZelenko opened this issue Apr 13, 2020 · 2 comments
Closed

GCC suggest-override warning #48

EugeneZelenko opened this issue Apr 13, 2020 · 2 comments

Comments

@EugeneZelenko
Copy link

EugeneZelenko commented Apr 13, 2020

Warning when Boost 1.72 is built with GCC 7.5 with -Wsuggest-override added to cxxflags:

./boost/property_tree/detail/rapidxml.hpp:61:29: warning: ‘virtual const char* boost::property_tree::detail::rapidxml::parse_error::what() const’ can be marked override [-Wsuggest-override]

BOOST_OVERRIDE was introduced in boostorg/config@ffe4e0f.

@EugeneZelenko
Copy link
Author

See fixes in #53.

@EugeneZelenko
Copy link
Author

Fixed in #53.

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