diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2003-03-19 14:43:40 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-03-19 14:43:40 -0500 |
commit | f8a855dcaf51e388cf8fd34889441567f69a5602 (patch) | |
tree | ec363acdff021f76301c63281c024b1344ccd304 /gcc/cp | |
parent | b9747e59d60160903cd366f342ddb5cb960b9944 (diff) | |
download | gcc-f8a855dcaf51e388cf8fd34889441567f69a5602.zip gcc-f8a855dcaf51e388cf8fd34889441567f69a5602.tar.gz gcc-f8a855dcaf51e388cf8fd34889441567f69a5602.tar.bz2 |
fix typo
From-SVN: r64592
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/call.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 7119234..09a0656 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -5875,8 +5875,7 @@ tweak: print_z_candidate ("ISO C++ says that ", w, pedwarn); print_z_candidate (" and ", l, pedwarn); pedwarn ("are ambiguous even though the worst conversion \ -for the former is better than the worst conversion for the latter", - w->fn, l->fn); +for the former is better than the worst conversion for the latter"); } else add_warning (w, l); |