Fixed cppcheck errors

This commit is contained in:
SChernykh
2023-10-08 23:33:06 +02:00
parent 7a65e1feb5
commit e5770a5343
3 changed files with 8 additions and 3 deletions

View File

@@ -319,6 +319,7 @@ static void do_exit(p2pool *m_pool, const char * /* args */)
m_pool->stop();
}
// cppcheck-suppress constParameterCallback
static void do_version(p2pool* m_pool, const char* /* args */)
{
LOGINFO(0, log::LightCyan() << VERSION);