-
Notifications
You must be signed in to change notification settings - Fork 774
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
[20592][20679] Fix hidden overloaded virtual methods #4622
Conversation
@EduPonz would you mind addressing the conflicts here ? |
* Refs #20592: Fix for test Signed-off-by: EduPonz <[email protected]> * Refs #20592: Fix for examples Signed-off-by: EduPonz <[email protected]> * Refs #20592: Add more warning flags to Ubuntu CI Signed-off-by: EduPonz <[email protected]> * Refs #20592: Remove default values on overloaded PDPClient::announceParticipantState Signed-off-by: EduPonz <[email protected]> --------- Signed-off-by: EduPonz <[email protected]> (cherry picked from commit 63cc242)
faa3bb0
to
a8125c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
@richiprosima please test this |
@richiprosima please test mac |
Mac ci failures not significative, it tool 11 hours, meaning a congested server. Reordering it again |
@richiprosima please test mac |
3 similar comments
@richiprosima please test mac |
@richiprosima please test mac |
@richiprosima please test mac |
Failed tests are unrelated to this PR. |
Description
This PR is a backport combining:
Before this PR, compiling with GCC option
-Woverloaded-virtual
resulted in compilation warnings due to overloaded virtual methods being hidden in derived classes that do not override all the parent's overloads. This PR:pull_request
eventsIt substitutes:
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist