aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.mm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-all.mm')
-rw-r--r--tests/test-all.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-all.mm b/tests/test-all.mm
index 0f93b779..af66c6b0 100644
--- a/tests/test-all.mm
+++ b/tests/test-all.mm
@@ -223,6 +223,7 @@ class TestIMAPCallback : public mailcore::Object, public mailcore::OperationCall
virtual void operationFinished(mailcore::Operation * op)
{
mailcore::IMAPFetchMessagesOperation * fetchOp = (mailcore::IMAPFetchMessagesOperation *) op;
+ (void) (fetchOp);
//MCLog("callback %s %s %s", MCUTF8DESC(op), MCUTF8DESC(fetchOp->messages()), MCUTF8DESC(this));
}