Commit eb96c120 by Nick Clifton Committed by Jeff Law

* toplev.c (lang_options): Add unknown-pragma options.

From-SVN: r17458
parent f03204e9
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> Thu Jan 22 23:43:38 1998 Per Bothner <bothner@cygnus.com>
* dwarfout.c (byte_size_attribute): Simplify and fix - don't need * dwarfout.c (byte_size_attribute): Simplify and fix - don't need
......
...@@ -835,6 +835,8 @@ char *lang_options[] = ...@@ -835,6 +835,8 @@ char *lang_options[] =
"-Wno-redundant-decls", "-Wno-redundant-decls",
"-Wsign-compare", "-Wsign-compare",
"-Wno-sign-compare", "-Wno-sign-compare",
"-Wunknown-pragmas",
"-Wno-unknown-pragmas",
"-Wstrict-prototypes", "-Wstrict-prototypes",
"-Wno-strict-prototypes", "-Wno-strict-prototypes",
"-Wtraditional", "-Wtraditional",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment