Fix clang-tidy

This commit is contained in:
Alexey Milovidov 2022-09-17 18:40:22 +02:00
parent ecd4c29c2a
commit d9d1b558e9

View File

@ -415,7 +415,7 @@ extern "C"
return nullptr;
}
void * dlmopen(long, const char *, int)
void * dlmopen(long, const char *, int) // NOLINT
{
return nullptr;
}