fixed gnu warnings

This commit is contained in:
Jeff Hill
1999-10-28 16:07:26 +00:00
parent 156a1ce3ea
commit 2d963d94fe

View File

@@ -52,8 +52,8 @@ casClient::pCASMsgHandler casClient::msgHandlers[CA_PROTO_LAST_CMMD+1u];
// casClient::casClient()
//
casClient::casClient(caServerI &serverInternal, bufSizeT ioSizeMinIn) :
inBuf (MAX_MSG_SIZE, ioSizeMinIn), outBuf (MAX_MSG_SIZE),
casCoreClient (serverInternal)
casCoreClient (serverInternal),
inBuf (MAX_MSG_SIZE, ioSizeMinIn), outBuf (MAX_MSG_SIZE)
{
//
// static member init
@@ -200,7 +200,7 @@ caStatus casClient::processMsg ()
//
status = S_cas_success;
while (bytesLeft = this->inBuf::bytesPresent()) {
while ( (bytesLeft = this->inBuf::bytesPresent()) ) {
/*
* incomplete message - return success and