diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-06 07:31:08 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-04-06 07:31:08 -0400 |
commit | 812fe08e5a54874b5265b504787afcb79d02769d (patch) | |
tree | 4dc6ffd70b36c56d0197c2fb18fe347af1439bc3 /gcc | |
parent | f0c51a1e34252c672a6ce100209a277d15529ce4 (diff) | |
download | gcc-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.c | 2 |
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", |