[pfx-dev] Re: pfx 3.8.4 build noise: "warning: missing braces around initializer [-Wmissing-braces]"

2023-12-26 Thread Wietse Venema via Postfix-devel
Viktor Dukhovni via Postfix-devel: > On Tue, Dec 26, 2023 at 04:16:18PM -0500, Viktor Dukhovni via Postfix-devel > wrote: > > > If I enable "-Wall", I get the noisy warnings, and they can all be > > disabled by adding: > > > > -Wno-missing-braces > > -Wmaybe-uninitialized > >

[pfx-dev] Re: pfx 3.8.4 build noise: "warning: missing braces around initializer [-Wmissing-braces]"

2023-12-26 Thread Viktor Dukhovni via Postfix-devel
On Tue, Dec 26, 2023 at 04:16:18PM -0500, Viktor Dukhovni via Postfix-devel wrote: > If I enable "-Wall", I get the noisy warnings, and they can all be > disabled by adding: > > -Wno-missing-braces > -Wmaybe-uninitialized > -Wunused-but-set-variable > -Wunused-function > > to

[pfx-dev] Re: pfx 3.8.4 build noise: "warning: missing braces around initializer [-Wmissing-braces]"

2023-12-26 Thread Viktor Dukhovni via Postfix-devel
On Tue, Dec 26, 2023 at 02:33:35PM -0500, pgnd via Postfix-devel wrote: > lots of noisy warnings, > > grep missing-braces tmp.txt > dict.c:627:38: warning: missing braces around initializer > [-Wmissing-braces] All these about initialising arrays of structures without

[pfx-dev] Re: pfx 3.8.4 build noise: "warning: missing braces around initializer [-Wmissing-braces]"

2023-12-26 Thread Wietse Venema via Postfix-devel
pgnd via Postfix-devel: > grep missing-braces tmp.txt > dict.c:627:38: warning: missing braces around initializer > [-Wmissing-braces] > dict_open.c:371:48: warning: missing braces around initializer > [-Wmissing-braces] You are building Postfix from source