Fix windows compile errors/warnings

This commit is contained in:
Aleric Inglewood
2012-11-01 03:18:00 +01:00
parent 6c01b6da9b
commit 1e1f5e8193
4 changed files with 21 additions and 17 deletions

View File

@@ -173,7 +173,7 @@ void XMLRPCResponder::completedRaw(U32 status, std::string const& reason, LLChan
mBufferSize = buffer->count(channels.in());
if (200 <= status && status < 400)
{
char* ptr;
char* ptr = NULL;
char* buf = NULL;
LLMutexLock lock(buffer->getMutex());
LLBufferArray::const_segment_iterator_t const end = buffer->endSegment();