diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/lliosocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmessage/lliosocket.cpp b/linden/indra/llmessage/lliosocket.cpp index 0ceb436..8bc347c 100644 --- a/linden/indra/llmessage/lliosocket.cpp +++ b/linden/indra/llmessage/lliosocket.cpp | |||
@@ -441,6 +441,8 @@ LLIOPipe::EStatus LLIOSocketWriter::process_impl( | |||
441 | #if LL_WINDOWS | 441 | #if LL_WINDOWS |
442 | if (status == 730035) | 442 | if (status == 730035) |
443 | break; | 443 | break; |
444 | #else | ||
445 | (void) status; | ||
444 | #endif | 446 | #endif |
445 | mLastWritten = segment.data() + len - 1; | 447 | mLastWritten = segment.data() + len - 1; |
446 | 448 | ||