From 1df14bd8af186c19a9d3720b4222e1eb701a8a69 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Wed, 20 Feb 2013 21:13:52 +0100 Subject: [PATCH] src/eitd/sectionsd.cpp fix compil unused variable 'rs' --- src/eitd/sectionsd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index 68aa1bf2a..24edbaac0 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -1365,8 +1365,8 @@ void CTimeThread::run() if(!scanning) sleep_time = 0; real_pause(); - int rs = Sleep(); #ifdef DEBUG_TIME_THREAD + int rs = Sleep(); xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n", name.c_str(), running, scanning, current_service, rs); #endif