From 7902a8f00298cd708b405a89934b60f6adbdc735 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sun, 21 Oct 2012 04:52:59 +0000 Subject: [PATCH] edbus: Add initializers to stop warnings SVN revision: 78292 --- src/lib/edbus_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edbus_service.h b/src/lib/edbus_service.h index 5b6b296..2d42e78 100644 --- a/src/lib/edbus_service.h +++ b/src/lib/edbus_service.h @@ -24,7 +24,7 @@ typedef struct _EDBus_Arg_Info * The signature will be "ss" and each string will have a tag name on * introspect XML with the respective name. */ -#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { } } +#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { NULL, NULL } } typedef struct _EDBus_Service_Interface EDBus_Service_Interface; typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface *iface, const EDBus_Message *message); -- 2.7.4