fix typo
authorJason Merrill <jason@gcc.gnu.org>
Wed, 19 Mar 2003 19:43:40 +0000 (14:43 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 19 Mar 2003 19:43:40 +0000 (14:43 -0500)
From-SVN: r64592

gcc/cp/call.c

index 71192343e42a49a5939aa3e861e7f7d93b362c3b..09a06567f5872b482750c2e528f782a773af7254 100644 (file)
@@ -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);