* toplev.c (lang_options): Add unknown-pragma options.
authorNick Clifton <nickc@cygnus.com>
Fri, 23 Jan 1998 11:39:49 +0000 (11:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 23 Jan 1998 11:39:49 +0000 (04:39 -0700)
From-SVN: r17458

gcc/ChangeLog
gcc/toplev.c

index cc217fa..bd049ff 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan 23 12:41:10 1998  Nick Clifton  (nickc@cygnus.com)
+
+       * toplev.c (lang_options): Add unknown-pragma options.
+
 Thu Jan 22 23:43:38 1998  Per Bothner  <bothner@cygnus.com>
 
        * dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
index 7c24242..2cb442f 100644 (file)
@@ -835,6 +835,8 @@ char *lang_options[] =
   "-Wno-redundant-decls",
   "-Wsign-compare",
   "-Wno-sign-compare",
+  "-Wunknown-pragmas",
+  "-Wno-unknown-pragmas",
   "-Wstrict-prototypes",
   "-Wno-strict-prototypes",
   "-Wtraditional",