summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-19 19:43:40 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-19 19:43:40 +0000
commit6ac3c9fe0cf0e0442b537b8bf533ded7cc38c845 (patch)
treeec363acdff021f76301c63281c024b1344ccd304
parentf341b42a79b99705b90354b935d575b0912bfc97 (diff)
downloadppe42-gcc-6ac3c9fe0cf0e0442b537b8bf533ded7cc38c845.tar.gz
ppe42-gcc-6ac3c9fe0cf0e0442b537b8bf533ded7cc38c845.zip
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64592 138bc75d-0d04-0410-961f-82ee72b054a4
-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 71192343e42..09a06567f58 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);
OpenPOWER on IntegriCloud