On Fri, 17 Mar 2017 16:51:15 +0100 Olivier Matz <olivier.m...@6wind.com> wrote:
> + .dynamic_types_len = 0, > + .dynamic_types = NULL, > }; > You don't need to add elements to initializer if the are 0.
On Fri, 17 Mar 2017 16:51:15 +0100 Olivier Matz <olivier.m...@6wind.com> wrote:
> + .dynamic_types_len = 0, > + .dynamic_types = NULL, > }; > You don't need to add elements to initializer if the are 0.