more clang-tidy fixes after re-running it with added settings
This commit is contained in:
@ -108,7 +108,7 @@ TEST(Platform, sharedload)
|
||||
double (*doublefunc)(double, int);
|
||||
|
||||
for (const auto &obj : objs) {
|
||||
handle = platform::dlopen(obj.c_str());
|
||||
handle = platform::dlopen(obj);
|
||||
EXPECT_NE(handle, nullptr);
|
||||
intvar = (int *)platform::dlsym(handle, "some_int_val");
|
||||
EXPECT_NE(intvar, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user