From: Jason Merrill Date: Wed, 19 Mar 2003 19:43:40 +0000 (-0500) Subject: fix typo X-Git-Tag: releases/gcc-3.4.0~7802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8a855dcaf51e388cf8fd34889441567f69a5602;p=thirdparty%2Fgcc.git fix typo From-SVN: r64592 --- diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 71192343e42a..09a06567f587 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);