Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice-3.6b: a few warnings about non-virtual destructor

using the latest source from github.


In file included from /opt/Ice-3.6.0/include/Ice/Ice.h:16:
In file included from /opt/Ice-3.6.0/include/Ice/Initialize.h:25:
/opt/Ice-3.6.0/include/Ice/BatchRequestInterceptor.h:23:7: warning: 'Ice::BatchRequest' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class BatchRequest

In file included from /opt/Ice-3.6.0/include/Ice/Ice.h:16:
In file included from /opt/Ice-3.6.0/include/Ice/Initialize.h:25:
/opt/Ice-3.6.0/include/Ice/BatchRequestInterceptor.h:23:7: warning: 'Ice::BatchRequest' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class BatchRequest

/opt/Ice-3.6.0/include/Ice/GCObject.h:23:7: warning: 'IceInternal::GCVisitor' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor]
class GCVisitor

Comments

  • bernard
    bernard Jupiter, FL
    Thanks for this bug report; we'll fix these warnings!

    Bernard