service.c:481:15: warning: suggest braces around initialization of subobject
[-Wmissing-braces]
while (0 != GNUNET_is_zero (&list[i].network))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
return GNUNET_NO;
i = 0;
NEXT:
- while (0 != GNUNET_is_zero (&list[i].network))
+ while (0 != (GNUNET_is_zero (&list[i].network)))
{
for (j = 0; j < sizeof (struct in6_addr) / sizeof (int); j++)
if (((((int *) ip)[j] & ((int *) &list[i].netmask)[j])) !=