]> gcc.gnu.org Git - gcc.git/commitdiff
(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 639326dd7515980a12468433aa78f9bb3c6548b6..4ee173cc180c2b6f709736674fd320384ea9ade8 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",
This page took 0.069141 seconds and 5 git commands to generate.