Make Travis happy
This commit is contained in:
parent
a9fda3f488
commit
068b0ef648
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue