[omniORB] Trouble building OmniOrb 4.1.4 on Linux

Duncan Grisby duncan at grisby.org
Thu May 6 16:14:12 BST 2010


On Wed, 2010-04-28 at 20:25 -0700, Igor Polonsky wrote:

> Another question: I see quite a few compiler warning in the output
>  produced by make.  I think that's Ok for a large and dynamic project. 
>  But some of the warnings are of a kind that I personally try hard to
>  avoid:
> 
> ../../../../../omniORB-4.1.4/include/omniORB4/internal/initialiser.h:66:
> warning: 'class omni::omniInitialiser' has virtual functions but non-virtual destructor

All the things it is warning about are either statically constructed or
constructed on the stack. They are therefore always deleted by most
derived class, and there is no problem with them having non-virtual
destructors.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list