Commit 812fe08e by Richard Kenner

(lang_options): Add -Wmissing-declarations.

From-SVN: r6980
parent f0c51a1e
...@@ -591,6 +591,8 @@ char *lang_options[] = ...@@ -591,6 +591,8 @@ char *lang_options[] =
"-Wno-strict-prototypes", "-Wno-strict-prototypes",
"-Wmissing-prototypes", "-Wmissing-prototypes",
"-Wno-missing-prototypes", "-Wno-missing-prototypes",
"-Wmissing-declarations",
"-Wno-missing-declarations",
"-Wredundant-decls", "-Wredundant-decls",
"-Wno-redundant-decls", "-Wno-redundant-decls",
"-Wnested-externs", "-Wnested-externs",
......
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