fixed Borland warnings

This commit is contained in:
Jeff Hill
2003-03-19 19:12:01 +00:00
parent 28c0170730
commit e23e6bc1c7
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,8 +20,8 @@
#include "fdManager.h"
#define epicsExportSharedSymbols
#include "caServerI.h"
#include "casMonitor.h"
#include "caServerI.h"
caServer::caServer ()
{
+1 -1
View File
@@ -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 ) {
+1 -1
View File
@@ -77,7 +77,7 @@ casAsyncIOI::~casAsyncIOI()
caStatus casAsyncIOI::cbFunc (
casCoreClient &,
epicsGuard < casClientMutex > & clientGuard,
epicsGuard < evSysMutex > & evGuard )
epicsGuard < evSysMutex > & )
{
caStatus status = S_cas_success;
{
+1 -1
View File
@@ -19,7 +19,7 @@
#include "casdef.h"
#include "casChannelI.h"
casChannel::casChannel ( const casCtx & ctx ) :
casChannel::casChannel ( const casCtx & /* ctx */ ) :
pChanI ( 0 )
{
}
+1 -1
View File
@@ -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;
{
+1 -1
View File
@@ -130,7 +130,7 @@ caStatus casCoreClient::channelDestroyEventNotify (
}
void casCoreClient::casChannelDestroyFromInterfaceNotify (
casChannelI &, bool immediatedSestroyNeeded )
casChannelI &, bool /* immediateDestroyNeeded */ )
{
assert ( 0 );
}