aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-22 22:13:31 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-22 22:13:31 -0700
commitde2b44501bf3da0eed83905f44eed75059e9e401 (patch)
tree9b9029c69d07ba19a9257550a4ab79871819a312 /tests
parentc001526075610a35a05573da749b8ecdde3077ba (diff)
Simplified extra headers implementation and content-types parameters
Diffstat (limited to 'tests')
-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));
}