From: Jason Merrill Date: Wed, 19 Mar 2003 19:43:40 +0000 (-0500) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8a855dcaf51e388cf8fd34889441567f69a5602;p=gcc.git fix typo From-SVN: r64592 --- 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);