[omniORB] omniidl c++ mapping

David Riddoch djr@uk.research.att.com
Wed, 22 Mar 2000 13:15:18 +0000 (GMT)



Does anyone know whether this is needed for other versions of gcc on
Solaris?

Or is it needed for gcc on other platforms?


David


On Wed, 22 Mar 2000, Shawn Bisgrove wrote:

> David,
> 
>    Its seems as though it needs the NEED_DUMMY_RETURN
> set on a Solaris 2.6 machine with gcc2.95.2.
> 
> s.
> 
> --- David Riddoch <djr@uk.research.att.com> wrote:
> > 
> > Hi Shawn,
> > 
> > 
> > Okay I've fixed the signed/unsigned comparison.
> > 
> > As for the 'control reaches end of non-void
> > function', there is a macro
> > NEED_DUMMY_RETURN which ought to deal with that. 
> > What platform and
> > compiler are you using?