forked from qt-creator/qt-creator
S60: Fix gcc warning.
This commit is contained in:
@@ -358,8 +358,9 @@ void S60DeployStep::setupConnections()
|
|||||||
|
|
||||||
void S60DeployStep::startDeployment()
|
void S60DeployStep::startDeployment()
|
||||||
{
|
{
|
||||||
if (m_channel == S60DeployConfiguration::CommunicationTrkSerialConnection)
|
if (m_channel == S60DeployConfiguration::CommunicationTrkSerialConnection) {
|
||||||
QTC_ASSERT(m_launcher, return);
|
QTC_ASSERT(m_launcher, return);
|
||||||
|
}
|
||||||
QTC_ASSERT(!m_codaDevice.data(), return);
|
QTC_ASSERT(!m_codaDevice.data(), return);
|
||||||
|
|
||||||
// We need to defer setupConnections() in the case of CommunicationCodaSerialConnection
|
// We need to defer setupConnections() in the case of CommunicationCodaSerialConnection
|
||||||
|
Reference in New Issue
Block a user