Re: [PATCH] Wrap array in ctor with braces.

2020-03-03 Thread Jason Merrill
On 3/3/20 4:04 AM, Martin Liška wrote: Hi. The patch is about to silent a few clang warnings: /home/marxin/Programming/gcc/gcc/cp/method.c:903:26: warning: suggest braces around initialization of subobject [-Wmissing-braces]    { "partial_ordering", "equivalent", "greater", "less", "unordere

[PATCH] Wrap array in ctor with braces.

2020-03-03 Thread Martin Liška
Hi. The patch is about to silent a few clang warnings: /home/marxin/Programming/gcc/gcc/cp/method.c:903:26: warning: suggest braces around initialization of subobject [-Wmissing-braces] { "partial_ordering", "equivalent", "greater", "less", "unordered" }, ^~~