aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-04-06 07:31:08 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-04-06 07:31:08 -0400
commit812fe08e5a54874b5265b504787afcb79d02769d (patch)
tree4dc6ffd70b36c56d0197c2fb18fe347af1439bc3 /gcc
parentf0c51a1e34252c672a6ce100209a277d15529ce4 (diff)
downloadgcc-812fe08e5a54874b5265b504787afcb79d02769d.zip
gcc-812fe08e5a54874b5265b504787afcb79d02769d.tar.gz
gcc-812fe08e5a54874b5265b504787afcb79d02769d.tar.bz2
(lang_options): Add -Wmissing-declarations.
From-SVN: r6980
Diffstat (limited to 'gcc')
-rw-r--r--gcc/toplev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index c3602c7..b69362c 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -591,6 +591,8 @@ char *lang_options[] =
"-Wno-strict-prototypes",
"-Wmissing-prototypes",
"-Wno-missing-prototypes",
+ "-Wmissing-declarations",
+ "-Wno-missing-declarations",
"-Wredundant-decls",
"-Wno-redundant-decls",
"-Wnested-externs",