mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-12 07:53:43 +02:00
- timermanager/glcd: fix compiler warnings
This commit is contained in:
@@ -95,7 +95,9 @@ void* CTimerManager::timerThread(void *arg)
|
|||||||
|
|
||||||
CTimerManager *timerManager = (CTimerManager*) arg;
|
CTimerManager *timerManager = (CTimerManager*) arg;
|
||||||
|
|
||||||
|
#ifdef ENABLE_GRAPHLCD
|
||||||
bool setTimerIcon = false;
|
bool setTimerIcon = false;
|
||||||
|
#endif
|
||||||
|
|
||||||
int sleeptime=(timerd_debug)?10:20;
|
int sleeptime=(timerd_debug)?10:20;
|
||||||
while(1)
|
while(1)
|
||||||
|
Reference in New Issue
Block a user