Commit f41372d4 by Richard Stallman

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

From-SVN: r3898
parent c4c7fef1
...@@ -580,6 +580,8 @@ char *lang_options[] = ...@@ -580,6 +580,8 @@ char *lang_options[] =
"-Wno-trigraphs", "-Wno-trigraphs",
"-Wimport", "-Wimport",
"-Wno-import", "-Wno-import",
"-Wmissing-braces",
"-Wno-missing-braces",
"-Wall", "-Wall",
/* These are for C++. */ /* 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