Fix clang static analyzer warnings

This commit is contained in:
Roland Winklmeier
2018-07-30 14:12:26 +02:00
committed by Klaus Basan
parent 9f8f29f8fd
commit 10a0575a80
2 changed files with 5 additions and 1 deletions

View File

@@ -1140,4 +1140,8 @@ namespace BlackCore
this->stopImpl(); this->stopImpl();
m_isRunning = false; m_isRunning = false;
} }
ISimulatorFactory::~ISimulatorFactory()
{ }
} // namespace } // namespace

View File

@@ -604,7 +604,7 @@ namespace BlackCore
{ {
public: public:
//! ISimulatorVirtual destructor //! ISimulatorVirtual destructor
virtual ~ISimulatorFactory() {} virtual ~ISimulatorFactory();
//! Create a new instance of a driver //! Create a new instance of a driver
//! \param info metadata about simulator //! \param info metadata about simulator