*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 3 Jun 1992 04:00:36 +0000 (04:00 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 3 Jun 1992 04:00:36 +0000 (04:00 +0000)
From-SVN: r1143

gcc/cccp.c

index 0dbf5f866f48057b3e31a5e2e4463aacffda1b68..a80f964258e00a3e42a48a0d03fd1247e1095080 100644 (file)
@@ -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;
 }