From fa08d5e7122936f2adc73babf3ff83608d07620c Mon Sep 17 00:00:00 2001 From: Руслан Ижбулатов Date: Sat, 25 Feb 2017 12:54:36 +0000 Subject: Fix an initialization warning (GCC bug 53119) --- src/revocation/gnunet-service-revocation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/revocation/gnunet-service-revocation.c') diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c index b5669d9ea..0ac963f63 100644 --- a/src/revocation/gnunet-service-revocation.c +++ b/src/revocation/gnunet-service-revocation.c @@ -509,7 +509,7 @@ transmit_task_cb (void *cls) &revocation_set_union_app_id, NULL, GNUNET_SET_RESULT_ADDED, - (struct GNUNET_SET_Option[]) { 0 }, + (struct GNUNET_SET_Option[]) {{ 0 }}, &add_revocation, peer_entry); if (GNUNET_OK != @@ -756,7 +756,7 @@ handle_revocation_union_request (void *cls, } peer_entry->so = GNUNET_SET_accept (request, GNUNET_SET_RESULT_ADDED, - (struct GNUNET_SET_Option[]) { 0 }, + (struct GNUNET_SET_Option[]) {{ 0 }}, &add_revocation, peer_entry); if (GNUNET_OK != -- cgit v1.2.3