debugger: disable a warning that's a bit too eager

Change-Id: Ia24322bfecf8422cb5daec7b4fa4111bc36c00e8
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-01 11:23:47 +01:00
committed by hjk
parent 658e80d1b8
commit 04f2c01944

View File

@@ -2280,7 +2280,7 @@ void GdbEngine::handleExecuteReturn(const GdbResponse &response)
void GdbEngine::setTokenBarrier()
{
QTC_ASSERT(m_nonDiscardableCount == 0, /**/);
//QTC_ASSERT(m_nonDiscardableCount == 0, /**/);
bool good = true;
QHashIterator<int, GdbCommand> it(m_cookieForToken);
while (it.hasNext()) {