get rid of most compiler warnings

This commit is contained in:
martii
2012-10-27 18:08:29 +02:00
parent bc74c7528b
commit aca3da1f29
12 changed files with 87 additions and 3 deletions

View File

@@ -334,7 +334,9 @@ static int writeData(void* _call)
while (NalLength > 0) {
unsigned int PacketLength = (NalLength < BUFFER_SIZE) ? NalLength : BUFFER_SIZE;
int ExtraLength = 0;
#ifndef MARTII
unsigned char* PacketStart;
#endif
NalLength -= PacketLength;