mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Silence unused parameter warning
This commit is contained in:
parent
c3ba0ef4eb
commit
32fc011f80
@ -3553,6 +3553,7 @@ private:
|
||||
template<typename U>
|
||||
static inline void destroy_array(U* p, size_t count)
|
||||
{
|
||||
((void)count);
|
||||
if (p != nullptr) {
|
||||
assert(count > 0);
|
||||
(Traits::free)(p);
|
||||
|
Loading…
Reference in New Issue
Block a user