diff options
author | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-10-21 04:52:59 +0000 |
---|---|---|
committer | Sebastian Dransfeld <sd@tango.flipp.net> | 2012-10-21 04:52:59 +0000 |
commit | 878bfd2616728368debf671db3d73187c0b99594 (patch) | |
tree | dedf6ce83dc05a91b8f63a9874ece6e63473c0b5 /legacy/edbus/src/lib/edbus_service.h | |
parent | 36d0edc5b4bd90447cbc30a5caa5c75c2597f65c (diff) |
edbus: Add initializers to stop warnings
SVN revision: 78292
Diffstat (limited to '')
-rw-r--r-- | legacy/edbus/src/lib/edbus_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/edbus/src/lib/edbus_service.h b/legacy/edbus/src/lib/edbus_service.h index 5b6b296b01..2d42e782ce 100644 --- a/legacy/edbus/src/lib/edbus_service.h +++ b/legacy/edbus/src/lib/edbus_service.h | |||
@@ -24,7 +24,7 @@ typedef struct _EDBus_Arg_Info | |||
24 | * The signature will be "ss" and each string will have a tag name on | 24 | * The signature will be "ss" and each string will have a tag name on |
25 | * introspect XML with the respective name. | 25 | * introspect XML with the respective name. |
26 | */ | 26 | */ |
27 | #define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { } } | 27 | #define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { NULL, NULL } } |
28 | 28 | ||
29 | typedef struct _EDBus_Service_Interface EDBus_Service_Interface; | 29 | typedef struct _EDBus_Service_Interface EDBus_Service_Interface; |
30 | typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface *iface, const EDBus_Message *message); | 30 | typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface *iface, const EDBus_Message *message); |