mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-28 01:04:41 +08:00
#0 [Core] Suppress warning for unused variable
This commit is contained in:
parent
a32d3576c6
commit
1f8cc6346c
@ -1553,7 +1553,7 @@ const char* ProfileManager::registerThread(const char* name, ThreadGuard& thread
|
|||||||
THIS_THREAD_GUARD.m_id = THIS_THREAD->id;
|
THIS_THREAD_GUARD.m_id = THIS_THREAD->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
threadGuard; // this is just to prevent from warning about unused variable
|
(void)threadGuard; // this is just to prevent from warning about unused variable
|
||||||
#else
|
#else
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user