cxx backend generated code gives compilation warnings on gcc 3.3
Harri Pasanen <[email protected]> Fri, 14 Mar 2003 10:32:22 +0100
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
In file included from ../../../../../src/lib/omniORB/orbcore/Namingstub.cc:30: ../omniORB4/NamingSK.cc: In constructor ` CosNaming::_objref_NamingContextExt::_objref_NamingContextExt(omniIOR*, omniIdentity*)': ../omniORB4/NamingSK.cc:2141: warning: base `CosNaming::_objref_NamingContext' will be initialized after ../omniORB4/NamingSK.cc:2141: warning: base `omniObjRef' On first look I would guess the constructor calls should just be reordered in the backend... correct? -Harri