mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- fix some compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -2991,7 +2991,7 @@ void CMovieBrowser::loadAllTsFileNamesFromStorage(void)
|
||||
}
|
||||
}
|
||||
|
||||
TRACE("[mb] Dir %d, Files: %d, size %lu, used_dirs %lu\n", (int)m_dirNames.size(), (int)m_vMovieInfo.size(), size, used_dirs);
|
||||
TRACE("[mb] Dir %d, Files: %d, size %u, used_dirs %u\n", (int)m_dirNames.size(), (int)m_vMovieInfo.size(), size, used_dirs);
|
||||
}
|
||||
|
||||
bool CMovieBrowser::gotMovie(const char *rec_title)
|
||||
|
Reference in New Issue
Block a user