From de2b44501bf3da0eed83905f44eed75059e9e401 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Mon, 22 Sep 2014 22:13:31 -0700 Subject: Simplified extra headers implementation and content-types parameters --- tests/test-all.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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)); } -- cgit v1.2.3