fixed gnu warnings

This commit is contained in:
Jeff Hill
2001-03-07 17:22:59 +00:00
parent 838968dcf0
commit fdce468c56
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -188,4 +188,4 @@ inline dbAutoScanLock :: ~dbAutoScanLock ()
inline dbAutoScanLockCA::dbAutoScanLockCA ( dbChannelIO &chan ) :
dbAutoScanLock ( *chan.addr.precord )
{
}
}
+3 -1
View File
@@ -221,7 +221,9 @@ int epicsShareAPI dbel (const char *pname, unsigned level)
if (level>3) {
printf (" ev %p ev que %p ev user %p\n",
pevent, pevent->ev_que, pevent->ev_que->evUser);
static_cast < void * > ( pevent ),
static_cast < void * > ( pevent->ev_que ),
static_cast < void * > ( pevent->ev_que->evUser ) );
}
printf("\n");