From e9b56755dea51788e3e31fa22edbac9a8b4f82b0 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Wed, 19 Dec 2012 09:01:35 +0000 Subject: [PATCH] =?UTF-8?q?Task=20#3942:=20Fixed=20warning:=20=E2=80=98xxx?= =?UTF-8?q?=E2=80=99=20may=20be=20used=20uninitialized=20in=20this=20funct?= =?UTF-8?q?ion=20[-Wmaybe-uninitialized]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MAC/APL/PAC/Cal_Server/src/CalServer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAC/APL/PAC/Cal_Server/src/CalServer.cc b/MAC/APL/PAC/Cal_Server/src/CalServer.cc index 3c66913c69f..c111c5d5e1a 100644 --- a/MAC/APL/PAC/Cal_Server/src/CalServer.cc +++ b/MAC/APL/PAC/Cal_Server/src/CalServer.cc @@ -667,7 +667,7 @@ GCFEvent::TResult CalServer::handle_cal_start(GCFEvent& e, GCFPortInterface &por steps = 1; jump = 2; } - int delay; + int delay(0); for (int step = 0; step < steps; ++step) { validmask.reset(); // select 12 even(X) rcus and 12 odd(Y) rcus -- GitLab