mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Mark invalidGid constexpr.
This commit is contained in:
parent
56fa051bea
commit
ef9b079ecc
@ -1439,7 +1439,7 @@ void View::DrawFindZone()
|
||||
const auto highlightActive = m_findZone.highlight.active;
|
||||
const auto limitRange = m_findZone.range.active;
|
||||
FindZone::Group* group = nullptr;
|
||||
const uint64_t invalidGid = std::numeric_limits<uint64_t>::max() - 1;
|
||||
constexpr uint64_t invalidGid = std::numeric_limits<uint64_t>::max() - 1;
|
||||
uint64_t lastGid = invalidGid;
|
||||
auto zptr = zones.data() + m_findZone.processed;
|
||||
const auto zend = zones.data() + zones.size();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user