Skip to content

CxxUtils: Suppress cppcheck false positive.

Scott Snyder requested to merge ssnyder/athena:cppcheck.CxxUtils-20210224 into master

Suppress cppcheck false positive about missing dtor for ConcurrentHashmapImpl. m_table gets deleted because it's handed to the Updator object.

Merge request reports