Commit 7c3f98ca by Jason Merrill

Fix comment

From-SVN: r269460
parent d4babd37
...@@ -10928,7 +10928,7 @@ joust (struct z_candidate *cand1, struct z_candidate *cand2, bool warn, ...@@ -10928,7 +10928,7 @@ joust (struct z_candidate *cand1, struct z_candidate *cand2, bool warn,
tweak: tweak:
/* Extension: If the worst conversion for one candidate is worse than the /* Extension: If the worst conversion for one candidate is better than the
worst conversion for the other, take the first. */ worst conversion for the other, take the first. */
if (!pedantic && (complain & tf_warning_or_error)) if (!pedantic && (complain & tf_warning_or_error))
{ {
......
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