From: Richard Kenner Date: Wed, 6 Apr 1994 11:31:08 +0000 (-0400) Subject: (lang_options): Add -Wmissing-declarations. X-Git-Tag: misc/cutover-egcs-0~6963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812fe08e5a54874b5265b504787afcb79d02769d;p=thirdparty%2Fgcc.git (lang_options): Add -Wmissing-declarations. From-SVN: r6980 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index c3602c7c874f..b69362c31126 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",