diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/cp/call.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 7119234..09a0656 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); |
