[omniORB] Build Problem on HPUX 11.00 with aCC(A.03.25)

Duncan Grisby dgrisby@uk.research.att.com
Wed, 20 Sep 2000 10:51:36 +0100


On Wednesday 20 September, Masaaki Sekiya wrote:

> Warning 749: "./typecode.h", line 134 # The cast from 'CORBA::TypeCode *' to 'Ty
> peCode_base *' is performed as a 'reinterpret_cast'. This operation is non-porta
> ble and potentially unsafe.
>       return (TypeCode_base*) a;

As I thought, all of those casts are safe, even though the compiler
can't tell that they are. I'm afraid you'll have to live with those
warnings.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --