From: Richard Kenner Date: Tue, 15 Feb 1994 00:21:28 +0000 (-0500) Subject: (lang_options): Add -W{no,}extern-inline. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb1fcd8ce3c615481f3d16f7b889a1a326d66ea0;p=gcc.git (lang_options): Add -W{no,}extern-inline. From-SVN: r6558 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 639326dd751..4ee173cc180 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -680,6 +680,8 @@ char *lang_options[] = "-Wno-template-debugging", "-Wctor-dtor-privacy", "-Wno-ctor-dtor-privacy", + "-Wextern-inline", + "-Wno-extern-inline", /* these are for obj c */ "-lang-objc",