aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-03-19 14:43:40 -0500
committerJason Merrill <jason@gcc.gnu.org>2003-03-19 14:43:40 -0500
commitf8a855dcaf51e388cf8fd34889441567f69a5602 (patch)
treeec363acdff021f76301c63281c024b1344ccd304 /gcc/cp
parentb9747e59d60160903cd366f342ddb5cb960b9944 (diff)
downloadgcc-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.c3
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);