add thread names & remove some warnings

This commit is contained in:
sehraf 2016-09-27 09:50:59 +02:00
parent a2ff5d27c5
commit 9d72b064e1
6 changed files with 18 additions and 11 deletions

View file

@ -426,6 +426,10 @@ void LocalDirectoryStorage::updateTimeStamps()
#ifdef DEBUG_LOCAL_DIRECTORY_STORAGE
std::cerr << "LocalDirectoryStorage: global last modf time is " << last_modf_time << " (which is " << time(NULL) - last_modf_time << " secs ago)" << std::endl;
#else
// remove unused variable warning
// variable is only used for debugging
(void)last_modf_time;
#endif
}
}