Fix some warnings on solaris-sparc.
This commit is contained in:
@@ -217,7 +217,7 @@ void blockingSockTest ()
|
||||
|
||||
client.shutdown ();
|
||||
epicsThreadSleep ( 1.0 );
|
||||
char * pStr = "esscimqi_?????";
|
||||
const char * pStr = "esscimqi_?????";
|
||||
if ( client.recvWakeupDetected () ) {
|
||||
pStr = "esscimqi_socketBothShutdownRequired";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user