From: Richard Kenner Date: Wed, 6 Apr 1994 11:31:08 +0000 (-0400) Subject: (lang_options): Add -Wmissing-declarations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=812fe08e5a54874b5265b504787afcb79d02769d;p=gcc.git (lang_options): Add -Wmissing-declarations. From-SVN: r6980 --- 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",