fixed gnu warning

This commit is contained in:
Jeff Hill
2003-03-10 23:49:11 +00:00
parent 8efa36b734
commit 2353e483c7
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -1834,7 +1834,6 @@ caStatus casStrmClient::accessRightsResponse (
caStatus casStrmClient::write()
{
const caHdrLargeArray *pHdr = this->ctx.getMsg();
casPVI * pPV = this->ctx.getPV();
caStatus status;
//
+1 -1
View File
@@ -127,7 +127,7 @@ private:
casChannelI & chan, const caHdrLargeArray & hdr, unsigned dbrType );
caStatus channelCreateFailedResp ( epicsGuard < casClientMutex > &,
const caHdrLargeArray &, const caStatus createStatus );
caStatus casStrmClient::channelDestroyNotify (
caStatus channelDestroyNotify (
epicsGuard < casClientMutex > & guard,
casChannelI &, bool uninstallNeeded );
+1 -1
View File
@@ -44,7 +44,7 @@ class gdd;
class chanIntfForPV : public tsDLNode < chanIntfForPV > {
public:
chanIntfForPV ( class casCoreClient & );
~chanIntfForPV ();
virtual ~chanIntfForPV ();
class casCoreClient & client () const;
virtual void casChannelDestroyNotify ( bool immediateUninstall ) = 0;
void installMonitor ( casPVI & pv, casMonitor & mon );
+1 -1
View File
@@ -182,7 +182,7 @@ casStreamIO::osdRecv ( char * pInBuf, bufSizeT nBytes, // X aCC 361
void casStreamIO::forceDisconnect ()
{
if ( ! this->sockHasBeenClosed ) {
this->sockHasBeenClosed;
this->sockHasBeenClosed = true;
int status = ::shutdown ( this->sock, SD_BOTH );
if ( status ) {
errlogPrintf ("CAC TCP socket shutdown error was %s\n",