Fix some warnings on solaris-sparc.

This commit is contained in:
Andrew Johnson
2004-06-02 20:55:09 +00:00
parent becd80c4d8
commit 751e52a314

View File

@@ -217,7 +217,7 @@ void blockingSockTest ()
client.shutdown ();
epicsThreadSleep ( 1.0 );
char * pStr = "esscimqi_?????";
const char * pStr = "esscimqi_?????";
if ( client.recvWakeupDetected () ) {
pStr = "esscimqi_socketBothShutdownRequired";
}