fixed sun pro warning

This commit is contained in:
Jeff Hill
2002-05-09 17:25:34 +00:00
parent 813a4f526c
commit e788adc650

View File

@@ -15,7 +15,7 @@ epicsThreadRunable::~epicsThreadRunable () {}
void epicsThreadRunable::stop() {};
void epicsThreadRunable::show(unsigned int) const {};
static void epicsThreadCallEntryPoint ( void * pPvt )
void epicsThreadCallEntryPoint ( void * pPvt )
{
epicsThread * pThread = static_cast <epicsThread *> ( pPvt );
pThread->begin.wait ();