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
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" },
^~~