We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34308ca commit 97b58a3Copy full SHA for 97b58a3
include/itkPointFeature.hxx
@@ -288,8 +288,8 @@ void
288
PointFeature<TInputPointSet, TOutputPointSet>::GenerateData()
289
{
290
auto input = this->GetInput();
291
- auto output = this->GetOutput();
292
- auto inPts = input->GetPoints();
+ [[maybe_unused]] auto output = this->GetOutput(); // Exercise function
+ [[maybe_unused]] auto inPts = input->GetPoints(); // Exercise function
293
294
itkDebugMacro(<< "Executing connectivity");
295
0 commit comments