fixed sun pro warning

This commit is contained in:
Jeff Hill
2001-01-12 16:48:33 +00:00
parent d0574e2f19
commit cb2bbe86dd
2 changed files with 3 additions and 3 deletions

View File

@@ -790,7 +790,7 @@ extern "C" unsigned epicsShareAPI ca_get_ioc_connection_count ()
return pcac->connectionCount ();
}
extern "C" epicsShareFunc int epicsShareAPI ca_channel_status ( threadId tid )
extern "C" epicsShareFunc int epicsShareAPI ca_channel_status ( threadId /* tid */ )
{
printf ("new OSI API does not allow peeking at thread private storage of another thread\n");
printf ("please call \"ca_client_status ( unsigned level )\" from the subsystem specific diagnostic code.\n");