From: Richard Stallman Date: Sun, 28 Mar 1993 05:48:06 +0000 (+0000) Subject: (lang_options): Add -W{no-,}missing-braces. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f41372d40f468e8a1d4b4f26b9660454eb46d359;p=gcc.git (lang_options): Add -W{no-,}missing-braces. From-SVN: r3898 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 104cc3a009c..b3c757af042 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -580,6 +580,8 @@ char *lang_options[] = "-Wno-trigraphs", "-Wimport", "-Wno-import", + "-Wmissing-braces", + "-Wno-missing-braces", "-Wall", /* These are for C++. */