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 -Wdelete-non-virtual-dtor warnings #2775

Merged

Conversation

SunBlack
Copy link
Contributor

Fix warning: delete called on non-final '...' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]

I always added missing destructor. This could change behavior, because correct destructor should be now called.

…ons but non-virtual destructor [-Wdelete-non-virtual-dtor]
@SunBlack
Copy link
Contributor Author

@taketwo Can you restart Windows x64 build? No idea why build failed.

@taketwo
Copy link
Member

taketwo commented Jan 16, 2019

Something to do with lack of space on the agent... I've seen this before.

@SergioRAgostinho SergioRAgostinho merged commit 787d493 into PointCloudLibrary:master Jan 19, 2019
@SunBlack SunBlack deleted the Wdelete-non-virtual-dtor branch January 19, 2019 18:01
@taketwo taketwo changed the title Fix warning delete-non-virtual-dtor Fix delete-non-virtual-dtor warnings Jan 14, 2020
@taketwo taketwo changed the title Fix delete-non-virtual-dtor warnings Fix -Wdelete-non-virtual-dtor warnings Jan 14, 2020
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.

3 participants