1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Provide default value for sourceLocationZonesReady.

This commit is contained in:
Bartosz Taudul
2020-02-27 00:26:58 +01:00
parent 56dce646cc
commit c99537c402
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ private:
Vector<uint64_t> sourceLocationExpand;
#ifndef TRACY_NO_STATISTICS
unordered_flat_map<int16_t, SourceLocationZones> sourceLocationZones;
bool sourceLocationZonesReady;
bool sourceLocationZonesReady = false;
#else
unordered_flat_map<int16_t, uint64_t> sourceLocationZonesCnt;
#endif