From 60e784f55a3de25afe9be66b293c93d1d121dad4 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Wed, 14 Feb 2018 21:58:22 +0100 Subject: [PATCH] =?UTF-8?q?-=20sectionsd:=20fix=20compiler=20warning=20(?= =?UTF-8?q?=E2=80=98rc=E2=80=99=20may=20be=20used=20uninitialized)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 fe72d34bb..29f7ef4ba 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -1478,7 +1478,7 @@ void CTimeThread::run() xprintf("%s: get DVB time ch 0x%012" PRIx64 " (isOpen %d)\n", name.c_str(), current_service, isOpen()); - int rc; + int rc = 0; #if HAVE_COOL_HARDWARE /* libcoolstream does not like the repeated read if the dmx is not yet running * (e.g. during neutrino start) and causes strange openthreads errors which in