get rid of most compiler warnings

This commit is contained in:
martii
2012-10-27 18:08:29 +02:00
parent 65c64c77b4
commit 986b39c04e
8 changed files with 69 additions and 2 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;