mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Silenced a compilation warning.
This commit is contained in:
parent
5e16064c33
commit
d809e98052
@ -136,7 +136,7 @@ void cFemonReceiver::Action(void)
|
|||||||
m_Active = true;
|
m_Active = true;
|
||||||
|
|
||||||
while (Running() && m_Active) {
|
while (Running() && m_Active) {
|
||||||
uint8_t *Data;
|
uchar *Data;
|
||||||
double timeout;
|
double timeout;
|
||||||
int len, Length;
|
int len, Length;
|
||||||
bool processed = false;
|
bool processed = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user