Fix several compilation errors for -DDEBUG

After Adding "-DDEBUG" to the compiler options some files don't
compile any more.
Fix the compilation errors.
This commit is contained in:
Torsten Bögershausen
2021-09-01 11:13:40 +02:00
parent 7ce69155a9
commit 420fb45fbc
6 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void timer::privateStart ( epicsTimerNotify & notify, const epicsTime & expire )
# endif
debugPrintf ( ("Start of \"%s\" with delay %f at %p preempting %u\n",
typeid ( this->notify ).name (),
typeid ( this->pNotify ).name (),
expire - epicsTime::getCurrent (),
this, preemptCount ) );
}