Quieten gcc compiler warnings.

This commit is contained in:
Friedemann Kleint
2010-09-07 14:34:38 +02:00
parent 98e37b3b15
commit 444e2fd4ce
7 changed files with 13 additions and 10 deletions

View File

@@ -302,6 +302,8 @@ void JSDebuggerAgent::exceptionThrow(qint64 scriptId,
bool hasHandler)
{
Q_UNUSED(scriptId);
Q_UNUSED(exception);
Q_UNUSED(hasHandler);
// qDebug() << Q_FUNC_INFO << exception.toString() << hasHandler;
#if 0 //sometimes, we get exceptions that we should just ignore.
if (!hasHandler && state != Stopped)