From f8a855dcaf51e388cf8fd34889441567f69a5602 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 19 Mar 2003 14:43:40 -0500 Subject: [PATCH] fix typo From-SVN: r64592 --- gcc/cp/call.c | 3 +-- 1 file changed, 1 insertion(+), 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); -- 2.30.2