[omniORB] omniORB 2.7.0 is released!
Martin Renner
Martin.Renner@pp-ulm.de
Tue, 26 Jan 1999 07:59:25 +0100
Hi.
>omniORB2\include\omniORB2/bufferedStream.h(621) : warning C4800:
[...]
>620: inline void byteOrder(_CORBA_Char b) {
>621: pd_byte_order = b;
>622: }
>
>692: _CORBA_Boolean pd_byte_order;
Noone of the programmers wants to give a statement about that?
I think that one should change the implementation of "byteOrder". Either
_CORBA_Boolean or _CORBA_Char, but not both mixed up.... or am I wrong?
I want to compile my applications without any warning messages from the
compiler. But "bufferedStream" causes a warning in each skeleton file.
Martin