forked from qt-creator/qt-creator
Fix some compiler warnings
* Unused variables in release build * Comparison of bool to int Change-Id: I1ac9b1051b26ae0655d4ff6b92d216926a4785da Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -139,6 +139,7 @@ AndroidDebugSupport::AndroidDebugSupport(AndroidRunConfiguration *runConfig,
|
||||
Debugger::DebuggerRunConfigurationAspect *aspect
|
||||
= runConfig->extraAspect<Debugger::DebuggerRunConfigurationAspect>();
|
||||
Q_ASSERT(aspect->useCppDebugger() || aspect->useQmlDebugger());
|
||||
Q_UNUSED(aspect)
|
||||
|
||||
if (runControl)
|
||||
m_engine = runControl->engine();
|
||||
|
||||
Reference in New Issue
Block a user