summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfoencoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcinfo/gcinfoencoder.cpp')
-rw-r--r--src/gcinfo/gcinfoencoder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcinfo/gcinfoencoder.cpp b/src/gcinfo/gcinfoencoder.cpp
index 0b243ab901..b6c8b5a15e 100644
--- a/src/gcinfo/gcinfoencoder.cpp
+++ b/src/gcinfo/gcinfoencoder.cpp
@@ -1526,6 +1526,7 @@ void GcInfoEncoder::Build()
UINT32 liveStateOffset;
bool found = hashMap.Lookup(&liveState, &liveStateOffset);
_ASSERTE(found);
+ (void)found;
GCINFO_WRITE(m_Info1, liveStateOffset, numBitsPerPointer, CallSiteStateSize);
@@ -1550,6 +1551,7 @@ void GcInfoEncoder::Build()
UINT32 liveStateOffset;
bool found = hashMap.Lookup(&liveState, &liveStateOffset);
_ASSERTE(found);
+ (void)found;
for( ; callSiteIndex < m_NumCallSites; callSiteIndex++)
{
GCINFO_WRITE(m_Info1, liveStateOffset, numBitsPerPointer, CallSiteStateSize);