Provide a redundant declaration of KernelBaseAddr

Summary: Adjust the code to make it buildable with clang-10.

(cherry picked from FBD22055933)
This commit is contained in:
Alexander Shaposhnikov 2020-06-15 16:06:07 -07:00 committed by Maksim Panchenko
parent 48b71ad219
commit 7950e1e5bb
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ const char TimerGroupDesc[] = "Aggregator";
}
constexpr uint64_t DataAggregator::KernelBaseAddr;
DataAggregator::~DataAggregator() {
deleteTempFiles();
}