From a416ff26d6ada4ee96bf3963866f67d5788162d1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 5 Oct 2010 14:59:09 +0200 Subject: libndr: fix "excess elements in struct initializer" warning. Guenther --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index c110b76ae5..bcfbf75e25 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -334,6 +334,7 @@ struct ndr_interface_call { ndr_push_flags_fn_t ndr_push; ndr_pull_flags_fn_t ndr_pull; ndr_print_function_t ndr_print; + bool _dummy; }; struct ndr_interface_string_array { -- cgit