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

@@ -353,7 +353,7 @@ void osiTimer::show (unsigned level) const
{
epicsTime cur = epicsTime::getCurrent ();
printf ("osiTimer at %p for \"%s\" with again = %d\n",
this, this->name(), this->again());
static_cast <const void *> (this), this->name(), this->again());
if (level>=1u) {
double delay = this->exp - cur;
printf ("\tdelay to expire = %f, state = %d\n",