From afdb855b353214ff09a5209c9bf3aac8faf7388d Mon Sep 17 00:00:00 2001
From: Matthias Puchner <github@mpuchner.de>
Date: Wed, 22 Dec 2021 07:09:38 +0100
Subject: [PATCH] temporary suppress warning until implemented

---
 GUI/View/SampleDesigner/SampleEditorController.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/GUI/View/SampleDesigner/SampleEditorController.cpp b/GUI/View/SampleDesigner/SampleEditorController.cpp
index c780e744297..3c68bd56517 100644
--- a/GUI/View/SampleDesigner/SampleEditorController.cpp
+++ b/GUI/View/SampleDesigner/SampleEditorController.cpp
@@ -258,6 +258,7 @@ void SampleEditorController::setShellFormFactor(ParticleCoreShellForm* widget,
 
 void SampleEditorController::removeParticle(ItemWithParticles* item)
 {
+    Q_UNUSED(item);
     // #baMigration ++ implement removeParticle
     //     ASSERT(m_multiLayerForm);
     //     //  search for particle layout parent (the first which can be found)
@@ -389,6 +390,7 @@ void SampleEditorController::setDensityRelatedValue(InterferenceItem* interferen
 {
     setDouble(newValue, d);
 
+    Q_UNUSED(interferenceItem);
     // #baMigration +++ implement this
     // -- notify the containing particle layout about changed value
     // auto* particlelayoutItem = dynamic_cast<ParticleLayoutItem*>(interferenceItem->parent());
-- 
GitLab