[evolution-kolab/ek-wip-porting: 30/36] CamelIMAPXExtdServerAcl: silenced some compiler warnings
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-porting: 30/36] CamelIMAPXExtdServerAcl: silenced some compiler warnings
- Date: Tue, 18 Sep 2012 15:22:26 +0000 (UTC)
commit 1fb12d0ba099fca0ec495422cdc0c818455f0567
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Tue Sep 18 15:12:28 2012 +0200
CamelIMAPXExtdServerAcl: silenced some compiler warnings
* explicitly ignore arguments to functions which we
still need to implement
src/libekolab/camel-imapx-extd-server-acl.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/libekolab/camel-imapx-extd-server-acl.c b/src/libekolab/camel-imapx-extd-server-acl.c
index 1a58bcd..b4587ca 100644
--- a/src/libekolab/camel-imapx-extd-server-acl.c
+++ b/src/libekolab/camel-imapx-extd-server-acl.c
@@ -77,6 +77,9 @@ imapx_extd_server_untagged_acl (CamelIMAPXServer *is,
/* cancellable may be NULL */
g_return_val_if_fail (err == NULL || *err == NULL, FALSE);
+ (void)stream; /* FIXME */
+ (void)cancellable; /* FIXME */
+
/* FIXME implement me */
g_assert_not_reached ();
@@ -93,6 +96,9 @@ imapx_extd_server_untagged_myrights (CamelIMAPXServer *is,
/* cancellable may be NULL */
g_return_val_if_fail (err == NULL || *err == NULL, FALSE);
+ (void)stream; /* FIXME */
+ (void)cancellable; /* FIXME */
+
/* FIXME implement me */
g_assert_not_reached ();
@@ -123,6 +129,8 @@ camel_imapx_extd_server_get_myrights (CamelIMAPXServer *is,
/* cancellable may be NULL */
g_return_val_if_fail (err == NULL || *err == NULL, FALSE);
+ (void)cancellable; /* FIXME */
+
/* FIXME implement me */
g_assert_not_reached ();
@@ -140,6 +148,8 @@ camel_imapx_extd_server_get_acl (CamelIMAPXServer *is,
/* cancellable may be NULL */
g_return_val_if_fail (err == NULL || *err == NULL, FALSE);
+ (void)cancellable; /* FIXME */
+
/* FIXME implement me */
g_assert_not_reached ();
@@ -157,6 +167,8 @@ camel_imapx_extd_server_set_acl (CamelIMAPXServer *is,
/* cancellable may be NULL */
g_return_val_if_fail (err == NULL || *err == NULL, FALSE);
+ (void)cancellable; /* FIXME */
+
/* FIXME implement me */
g_assert_not_reached ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]