forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user