diff options
author | Nick Clifton <nickc@cygnus.com> | 1998-01-23 11:39:49 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-23 04:39:49 -0700 |
commit | eb96c1209c036f7ae1e51e292c542d59878cf08a (patch) | |
tree | b60d24e3cc741ce42cbcca3f8c04922a7b2f09d4 /gcc | |
parent | f03204e95660c2bb8a78fd07b0444f5c9ebb89d2 (diff) | |
download | gcc-eb96c1209c036f7ae1e51e292c542d59878cf08a.zip gcc-eb96c1209c036f7ae1e51e292c542d59878cf08a.tar.gz gcc-eb96c1209c036f7ae1e51e292c542d59878cf08a.tar.bz2 |
* toplev.c (lang_options): Add unknown-pragma options.
From-SVN: r17458
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/toplev.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc217fa..bd049ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/toplev.c b/gcc/toplev.c index 7c24242..2cb442f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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", |