mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 00:41:19 +02:00
get rid of most compiler warnings
This commit is contained in:
@@ -335,7 +335,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;
|
||||
|
||||
|
Reference in New Issue
Block a user