summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/spoolss_notify.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-14 16:37:36 +0100
committerGünther Deschner <gd@samba.org>2014-01-16 16:22:52 +0100
commit6ad66f49a81530fc28b6f17fef6ffe84ae512533 (patch)
tree197da26df55271e8ab3bc1d1d74afa453178af00 /source4/torture/rpc/spoolss_notify.c
parentc5e9956b4c5f4eb9a89704f44e9cb145bbea3cfd (diff)
downloadsamba-6ad66f49a81530fc28b6f17fef6ffe84ae512533.tar.gz
samba-6ad66f49a81530fc28b6f17fef6ffe84ae512533.tar.xz
samba-6ad66f49a81530fc28b6f17fef6ffe84ae512533.zip
s4:torture/rpc: remove compiler warnings in spoolss_notify.c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/torture/rpc/spoolss_notify.c')
-rw-r--r--source4/torture/rpc/spoolss_notify.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c
index edd9e9593fa..930a599bc00 100644
--- a/source4/torture/rpc/spoolss_notify.c
+++ b/source4/torture/rpc/spoolss_notify.c
@@ -295,6 +295,7 @@ static struct spoolss_NotifyOption *setup_printserver_NotifyOption(struct tortur
return o;
}
+#if 0
static struct spoolss_NotifyOption *setup_printer_NotifyOption(struct torture_context *tctx)
{
struct spoolss_NotifyOption *o;
@@ -314,7 +315,7 @@ static struct spoolss_NotifyOption *setup_printer_NotifyOption(struct torture_co
return o;
}
-
+#endif
static bool test_RemoteFindFirstPrinterChangeNotifyEx(struct torture_context *tctx,
struct dcerpc_binding_handle *b,
@@ -365,6 +366,7 @@ static bool test_RouterRefreshPrinterChangeNotify(struct torture_context *tctx,
return true;
}
+#if 0
static bool test_SetPrinter(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct policy_handle *handle)
@@ -418,6 +420,7 @@ static bool test_SetPrinter(struct torture_context *tctx,
return true;
}
+#endif
static bool test_start_dcerpc_server(struct torture_context *tctx,
struct tevent_context *event_ctx,