(lang_options): Add -Wmissing-declarations.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 6 Apr 1994 11:31:08 +0000 (07:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 6 Apr 1994 11:31:08 +0000 (07:31 -0400)
From-SVN: r6980

gcc/toplev.c

index c3602c7c874f2f7cf8f065c8ba4f1c15237d65b5..b69362c311269faa6ca5b11f4dc1227c0d37c9a4 100644 (file)
@@ -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",