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

Channel operation needs virtual destructor. #4456

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

KiterLuc
Copy link
Contributor

This came out of the maria DB nightlies returning the following error: /usr/local/include/tiledb/channel_operation.h:71:3: error: 'tiledb::ChannelOperation' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor]

The fix is trivial.


TYPE: NO_HISTORY
DESC: Channel operation needs virtual destructor.

This came out of the maria DB nightlies returning the following error:
/usr/local/include/tiledb/channel_operation.h:71:3: error: 'tiledb::ChannelOperation' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor]

The fix is trivial.

---
TYPE: NO_HISTORY
DESC: Channel operation needs virtual destructor.
@KiterLuc KiterLuc requested a review from robertbindar October 25, 2023 06:52
@KiterLuc KiterLuc merged commit bf65f07 into dev Oct 25, 2023
@KiterLuc KiterLuc deleted the lr/channel-operation-virtual-destructor branch October 25, 2023 08:52
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