From 812fe08e5a54874b5265b504787afcb79d02769d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 6 Apr 1994 07:31:08 -0400 Subject: [PATCH] (lang_options): Add -Wmissing-declarations. From-SVN: r6980 --- gcc/toplev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/toplev.c b/gcc/toplev.c index c3602c7c874..b69362c3112 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", -- 2.30.2