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}};

-- 
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