mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Fix clang static analyzer warnings
This commit is contained in:
committed by
Klaus Basan
parent
9f8f29f8fd
commit
10a0575a80
@@ -1140,4 +1140,8 @@ namespace BlackCore
|
|||||||
this->stopImpl();
|
this->stopImpl();
|
||||||
m_isRunning = false;
|
m_isRunning = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ISimulatorFactory::~ISimulatorFactory()
|
||||||
|
{ }
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user