]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetSwitch.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetSwitch.cpp
index d6c7e1024497cf70e6da1747544e99d857922c92..4c97737c42dbd6ae38be99375ca8e7e9bcb08d1b 100644 (file)
@@ -57,7 +57,9 @@ int ModuleBase_WidgetSwitch::addPage(ModuleBase_PageBase* thePage, const QString
                                                                    const QPixmap& theIcon,
                                                                    const QString& theTooltip)
 {
+#ifdef _DEBUG
   int aSuperCount =
+#endif
     ModuleBase_PagedContainer::addPage(thePage, theName, theCaseId, theIcon, theTooltip);
   myCombo->addItem(translate(theName.toStdString()));
   int aResultCount = myCombo->count();