From 815a862a12d559f2ac2ef4cac4553b48e9c2a8cd Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 13 Feb 1993 09:17:25 +0000 Subject: [PATCH] (process_init_constructor): Test warn_missing_braces. From-SVN: r3470 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index e8a483a..c8eb93a 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4952,7 +4952,7 @@ process_init_constructor (type, init, elts, constant_value, constant_element, if (elts) { - if (extra_warnings) + if (warn_missing_braces) warning ("aggregate has a partly bracketed initializer"); tail = *elts; } -- 2.7.4