From 8f3a924f4bdefe47db797c0364fbd3d1bda4e55e Mon Sep 17 00:00:00 2001 From: Gerardo Ganis <Gerardo.Ganis@cern.ch> Date: Mon, 8 Nov 2010 16:46:51 +0000 Subject: [PATCH] Fix 'unreferenced local variable' found by buildbot git-svn-id: http://root.cern.ch/svn/root/trunk@36541 27541ba8-7e3a-0410-8455-c3a389f83636 --- proof/proof/src/TProofServ.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proof/proof/src/TProofServ.cxx b/proof/proof/src/TProofServ.cxx index 58d69f461b4..b5be29ecac3 100644 --- a/proof/proof/src/TProofServ.cxx +++ b/proof/proof/src/TProofServ.cxx @@ -1300,7 +1300,7 @@ void TProofServ::HandleSocketInput() } } - } catch (std::bad_alloc &eba) { + } catch (std::bad_alloc &) { // Memory allocation problem: exmsg.Form("%s: caught exception 'bad_alloc' (memory leak?) %s", GetOrdinal(), fgLastMsg.Data()); // Try to warn the user -- GitLab