From aea8e03506a5782d5c16c793a6d3b2b39d44e01c Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 22 May 2006 06:30:48 +0000 Subject: [PATCH] Fix typo in last change From-SVN: r113968 --- gcc/config/darwin-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 52180d7..88ce9ef 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -114,7 +114,7 @@ darwin_pragma_options (cpp_reader *pfile ATTRIBUTE_UNUSED) BAD ("malformed '#pragma options', ignoring"); if (pragma_lex (&x) != CPP_EOF) - BAD ("junk at end of '#pragma options'"); + warning (OPT_Wpragmas, "junk at end of '#pragma options'"); arg = IDENTIFIER_POINTER (t); if (!strcmp (arg, "mac68k")) -- 2.7.4