Discussion:
PATCH: squash clang warning
Stephan Witt
2014-04-30 16:26:54 UTC
Permalink
clang prints the following warning:

boost/boost/checked_delete.hpp:34:5: Delete called on 'lyx::html::StartTag' that has virtual functions but non-virtual destructor

The attached patch fixes this. Ok to apply?

Stephan
Vincent van Ravesteijn
2014-04-30 16:38:38 UTC
Permalink
Post by Stephan Witt
boost/boost/checked_delete.hpp:34:5: Delete called on 'lyx::html::StartTag' that has virtual functions but non-virtual destructor
The attached patch fixes this. Ok to apply?
Stephan
Yes.

Vincent

Loading...