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

build fix for the agent forwarding branch #2

Conversation

jkraemer
Copy link

When trying to build a deb with agent forwarding support (thanks for this btw!) I encountered a ‘class Network::OutOfBandPlugin’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor] build error.

I got around this by adding an empty virtual destructor to OutOfBandPlugin, however I can only assume that has no negative side effects. Tests pass and the resulting package works.

I encountered this during dpkg-buildpackage on Debian Jessie:
outofband.h:118:9: error: ‘class Network::OutOfBandPlugin’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
@rinne rinne merged commit 55a4c24 into rinne:agent-forwarding-merge-20151128 Mar 31, 2016
@rinne
Copy link
Owner

rinne commented Mar 31, 2016

This is probably something compiler version specific nonsense. Does seem correct though, so merged.

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