- fix some compiler warnings

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-01-06 23:13:24 +01:00
committed by Thilo Graf
parent 291c3a4d84
commit 9631f2c74b
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ bool CComponentsFrmClock::startClock()
{
if (stopClock()){
if (cl_interval <= 0){
dprintf(DEBUG_NORMAL, "[CComponentsFrmClock] [%s] clock is set to active, but interval is initialized with value %lu ...\n", __func__, cl_interval);
dprintf(DEBUG_NORMAL, "[CComponentsFrmClock] [%s] clock is set to active, but interval is initialized with value %" PRIx64 " ...\n", __func__, cl_interval);
return false;
}