From 97d74a4407940da43e776e50d7695da5206bf15b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 12 Mar 2010 10:53:15 +0100 Subject: s4:torture/rpc/spoolss_notify.c: fix compiler warnings metze --- source4/torture/rpc/spoolss_notify.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c index 2496244b1a..d20604eb44 100644 --- a/source4/torture/rpc/spoolss_notify.c +++ b/source4/torture/rpc/spoolss_notify.c @@ -33,7 +33,9 @@ #include "ntvfs/ntvfs.h" #include "param/param.h" -static NTSTATUS spoolss__op_bind(struct dcesrv_call_state *dce_call, const struct dcesrv_interface *iface) +static NTSTATUS spoolss__op_bind(struct dcesrv_call_state *dce_call, + const struct dcesrv_interface *iface, + uint32_t if_version) { return NT_STATUS_OK; } @@ -509,7 +511,9 @@ static bool test_RFFPCNEx(struct torture_context *tctx, const char *address; struct received_packet *tmp; struct spoolss_NotifyOption *server_option = setup_printserver_NotifyOption(tctx); +#if 0 struct spoolss_NotifyOption *printer_option = setup_printer_NotifyOption(tctx); +#endif received_packets = NULL; -- cgit