On Fri, 18 Jun 2021 11:08:56 +0300
Tuomo Soini <t...@foobar.fi> wrote:

> programs/pluto/kernel.c:1581:9:
> error: missing braces around initializer [-Werror=missing-braces]
> 
> This seem to be gcc bug
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
> 
> It looks this this ugly hack would work as a work-around for this:
> 
> struct pfkey_proto_info proto_infos[4] = {{0}};
> 

I worked around this issue with commit f2b7d084181d534.


-- 
Tuomo Soini <t...@foobar.fi>
Foobar Linux services
+358 40 5240030
Foobar Oy <https://foobar.fi/>
_______________________________________________
Swan-dev mailing list
Swan-dev@lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-dev

Reply via email to