mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 22:07:37 +08:00
fix typo
From-SVN: r64592
This commit is contained in:
parent
b9747e59d6
commit
f8a855dcaf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user