Skip to content
Snippets Groups Projects
Commit 4d2ad802 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG: err no referenced (windows warning)

parent 07f47c58
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ typename StandardDSCostFunction<TDSValidationFilter>
internalFunctionGT->SetFuzzyModel("RADIOM", radiom);
internalFunctionGT->SetFuzzyModel("DBOVER", overlap);
}
catch (itk::ExceptionObject & err)
catch (itk::ExceptionObject /*& err*/)
{
return (m_Weight*m_GTVectorData->Size() + (1-m_Weight)*m_NSVectorData->Size()); ;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment