mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +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();
|
||||
m_isRunning = false;
|
||||
}
|
||||
|
||||
ISimulatorFactory::~ISimulatorFactory()
|
||||
{ }
|
||||
|
||||
} // namespace
|
||||
|
||||
@@ -604,7 +604,7 @@ namespace BlackCore
|
||||
{
|
||||
public:
|
||||
//! ISimulatorVirtual destructor
|
||||
virtual ~ISimulatorFactory() {}
|
||||
virtual ~ISimulatorFactory();
|
||||
|
||||
//! Create a new instance of a driver
|
||||
//! \param info metadata about simulator
|
||||
|
||||
Reference in New Issue
Block a user