summaryrefslogtreecommitdiff
path: root/tools/lli/RemoteTargetExternal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/RemoteTargetExternal.cpp')
-rw-r--r--tools/lli/RemoteTargetExternal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/RemoteTargetExternal.cpp b/tools/lli/RemoteTargetExternal.cpp
index 742a948c004..f6ed8496eb6 100644
--- a/tools/lli/RemoteTargetExternal.cpp
+++ b/tools/lli/RemoteTargetExternal.cpp
@@ -59,6 +59,7 @@ void RemoteTargetExternal::stop() {
void RemoteTargetExternal::SendAllocateSpace(uint32_t Alignment, uint32_t Size) {
int rc;
+ (void)rc;
uint32_t MsgType = (uint32_t)LLI_AllocateSpace;
rc = WriteBytes(&MsgType, 4);
assert(rc == 4 && "Error writing message type.");