diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-03 04:00:36 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-03 04:00:36 +0000 |
commit | 7cb2a67c24d60c745195e774f1a55c5bcde6d354 (patch) | |
tree | 4fc7e2d8c5cf3932f1890209071d8003cc8ed500 /gcc | |
parent | 9797b9e8f080242377c8534a64c039b3998d8b39 (diff) | |
download | gcc-7cb2a67c24d60c745195e774f1a55c5bcde6d354.zip gcc-7cb2a67c24d60c745195e774f1a55c5bcde6d354.tar.gz gcc-7cb2a67c24d60c745195e774f1a55c5bcde6d354.tar.bz2 |
*** empty log message ***
From-SVN: r1143
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |