mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-17 02:13:28 +02:00
get rid of most compiler warnings
Origin commit data
------------------
Branch: master
Commit: aca3da1f29
Author: martii <m4rtii@gmx.de>
Date: 2012-10-27 (Sat, 27 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user