From d0d89753864de047f0c7f9fbbb08985c525ff3a7 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Thu, 29 Sep 2016 20:31:57 +0200 Subject: [PATCH] Unused param. --- math/minuit/src/TFitter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/minuit/src/TFitter.cxx b/math/minuit/src/TFitter.cxx index 855ae136ec0c6..ae07368a80ee3 100644 --- a/math/minuit/src/TFitter.cxx +++ b/math/minuit/src/TFitter.cxx @@ -543,7 +543,7 @@ void TFitter::ReleaseParameter(Int_t ipar) //////////////////////////////////////////////////////////////////////////////// /// Specify the address of the fitting algorithm (from the interpreter) -void TFitter::SetFCN(void *fcn) +void TFitter::SetFCN(void * /*fcn*/) { if (fCovar) {delete [] fCovar; fCovar = 0;}