Commit f41372d4 by Richard Stallman

(lang_options): Add -W{no-,}missing-braces.

From-SVN: r3898
parent c4c7fef1
......@@ -580,6 +580,8 @@ char *lang_options[] =
"-Wno-trigraphs",
"-Wimport",
"-Wno-import",
"-Wmissing-braces",
"-Wno-missing-braces",
"-Wall",
/* These are for C++. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment