Commit f8a855dc by Jason Merrill

fix typo

From-SVN: r64592
parent b9747e59
...@@ -5875,8 +5875,7 @@ tweak: ...@@ -5875,8 +5875,7 @@ tweak:
print_z_candidate ("ISO C++ says that ", w, pedwarn); print_z_candidate ("ISO C++ says that ", w, pedwarn);
print_z_candidate (" and ", l, pedwarn); print_z_candidate (" and ", l, pedwarn);
pedwarn ("are ambiguous even though the worst conversion \ pedwarn ("are ambiguous even though the worst conversion \
for the former is better than the worst conversion for the latter", for the former is better than the worst conversion for the latter");
w->fn, l->fn);
} }
else else
add_warning (w, l); add_warning (w, l);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment