Commit 7cb2a67c by Richard Stallman

*** empty log message ***

From-SVN: r1143
parent 9797b9e8
......@@ -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;
}
......
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