Fix some warnings

Unused functions & variables, initialization order, signedness, non-
virtual destructor.

Change-Id: I405d768fe0e02a36a16c2cead9e1bc2f6a23fb75
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-01 17:04:16 +02:00
parent 391588d08e
commit 3be9f52980
9 changed files with 11 additions and 39 deletions

View File

@@ -160,8 +160,8 @@ private:
return int((nsesc + halfMillion) / million);
}
const char * const m_functionName;
const bool m_measureProcess;
const char *m_functionName;
std::atomic_int m_hitThisAll = 0;
std::atomic_int m_hitThisMain = 0;
std::atomic_int64_t m_totalThisAll = 0;