[omniORB] Minor annoyance

Bruce Visscher visschb@rjrt.com
Mon, 04 Oct 1999 13:25:49 -0400


Lately, I've been getting this:

/*
^
%CXX-W-NESTCOMMENT, nested comment is not allowed
at line number 35 in file
OMNIROOT:[OMNIORB3-19991001.SRC.LIB.OMNIORB2]IDLI_0125
32.CC;1

when trying to compile omniLifeCycleSK.cc under Compaq C++ 6.0.  I think
it started with 2.8.0 release (pre2 didn't have the problem).  The
culprit is this code in omniLifeCycle.idl:

/* $Log: omniLifeCycle.idl,v $
/* Revision 1.1  1997/09/20 17:08:55  dpg1
/* Initial revision
/*
 */

The version in omniORB 2.8.0 pre2 used '#' characters instead of "/*"
within the C style comment.  Should I suppress this warning or modify
the IDL?

Thanks,

Bruce Visscher