fixed Borland warnings
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
#include "fdManager.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "caServerI.h"
|
||||
#include "casMonitor.h"
|
||||
#include "caServerI.h"
|
||||
|
||||
caServer::caServer ()
|
||||
{
|
||||
|
||||
@@ -259,7 +259,7 @@ void caServerI::casMonitorDestroy ( casMonitor & cm )
|
||||
//
|
||||
//
|
||||
void caServerI::dumpMsg ( const char * pHostName, const char * pUserName,
|
||||
const caHdrLargeArray * mp, const void * dp, const char * pFormat, ... )
|
||||
const caHdrLargeArray * mp, const void * /* dp */, const char * pFormat, ... )
|
||||
{
|
||||
va_list theArgs;
|
||||
if ( pFormat ) {
|
||||
|
||||
@@ -77,7 +77,7 @@ casAsyncIOI::~casAsyncIOI()
|
||||
caStatus casAsyncIOI::cbFunc (
|
||||
casCoreClient &,
|
||||
epicsGuard < casClientMutex > & clientGuard,
|
||||
epicsGuard < evSysMutex > & evGuard )
|
||||
epicsGuard < evSysMutex > & )
|
||||
{
|
||||
caStatus status = S_cas_success;
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "casdef.h"
|
||||
#include "casChannelI.h"
|
||||
|
||||
casChannel::casChannel ( const casCtx & ctx ) :
|
||||
casChannel::casChannel ( const casCtx & /* ctx */ ) :
|
||||
pChanI ( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ void casChannelI::show ( unsigned level ) const
|
||||
caStatus casChannelI::cbFunc (
|
||||
casCoreClient &,
|
||||
epicsGuard < casClientMutex > & clientGuard,
|
||||
epicsGuard < evSysMutex > & evGuard )
|
||||
epicsGuard < evSysMutex > & )
|
||||
{
|
||||
caStatus stat = S_cas_success;
|
||||
{
|
||||
|
||||
@@ -130,7 +130,7 @@ caStatus casCoreClient::channelDestroyEventNotify (
|
||||
}
|
||||
|
||||
void casCoreClient::casChannelDestroyFromInterfaceNotify (
|
||||
casChannelI &, bool immediatedSestroyNeeded )
|
||||
casChannelI &, bool /* immediateDestroyNeeded */ )
|
||||
{
|
||||
assert ( 0 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user