(lang_options): Add -W{no,}extern-inline.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 15 Feb 1994 00:21:28 +0000 (19:21 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 15 Feb 1994 00:21:28 +0000 (19:21 -0500)
From-SVN: r6558

gcc/toplev.c

index 639326d..4ee173c 100644 (file)
@@ -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",