diff options
Diffstat (limited to 'indra/llmessage/lliosocket.cpp')
-rw-r--r-- | indra/llmessage/lliosocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/lliosocket.cpp b/indra/llmessage/lliosocket.cpp index 6ccaa7fb1a..e96b23f134 100644 --- a/indra/llmessage/lliosocket.cpp +++ b/indra/llmessage/lliosocket.cpp @@ -421,6 +421,8 @@ LLIOPipe::EStatus LLIOSocketWriter::process_impl( #if LL_WINDOWS if (status == 730035) break; +#else + (void) status; #endif mLastWritten = segment.data() + len - 1; |