mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +08:00
remove default constructor warning
This commit is contained in:
parent
c5d9a94ed9
commit
66952fda28
@ -91,7 +91,6 @@ namespace profiler {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
CSwitchEvent() = default;
|
|
||||||
CSwitchEvent(const CSwitchEvent&) = default;
|
CSwitchEvent(const CSwitchEvent&) = default;
|
||||||
explicit CSwitchEvent(timestamp_t _begin_time, thread_id_t _tid) EASY_NOEXCEPT;
|
explicit CSwitchEvent(timestamp_t _begin_time, thread_id_t _tid) EASY_NOEXCEPT;
|
||||||
|
|
||||||
@ -129,7 +128,7 @@ namespace profiler {
|
|||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
class PROFILER_API SerializedBlockDescriptor EASY_FINAL : public BaseBlockDescriptor
|
class PROFILER_API SerializedBlockDescriptor EASY_FINAL : public BaseBlockDescriptor
|
||||||
{
|
{
|
||||||
uint16_t m_nameLength; ///< Length of the name including trailing '\0' sybmol
|
uint16_t m_nameLength; ///< Length of the name including trailing '\0' symbol
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user