Make Travis happy

This commit is contained in:
Daniel Marjamäki 2019-09-04 13:38:19 +02:00
parent a9fda3f488
commit 068b0ef648
1 changed files with 1 additions and 1 deletions

View File

@ -400,8 +400,8 @@ void timet_h(struct timespec* ptp1)
void dl(const char* libname, const char* func)
{
// cppcheck-suppress redundantInitialization
void* lib = dlopen(libname, RTLD_NOW);
// cppcheck-suppress redundantInitialization
// cppcheck-suppress resourceLeak
lib = dlopen(libname, RTLD_LAZY);
const char* funcname;