fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-02-16 03:13:27 +00:00
parent c38a119e68
commit 10c1cd7569
15 changed files with 75 additions and 47 deletions

View File

@@ -99,7 +99,8 @@ void timerQueueThreaded::reschedule ()
void timerQueueThreaded::show ( unsigned int level ) const
{
printf ( "EPICS threaded timer queue at %p\n", this );
printf ( "EPICS threaded timer queue at %p\n",
static_cast <const void *> ( this ) );
if ( level >=1u ) {
this->queue.show ( level - 1u );
printf ( "reschedule event\n" );