From 7cb2a67c24d60c745195e774f1a55c5bcde6d354 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 3 Jun 1992 04:00:36 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1143 --- gcc/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index 0dbf5f8..a80f964 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -5785,7 +5785,7 @@ do_warning (buf, limit, op, keyword) bcopy (buf, copy, length); copy[length] = 0; SKIP_WHITE_SPACE (copy); - error ("#warning %s", copy); + warning ("#warning %s", copy); return 0; } -- 2.7.4