Commit 59a67d73 by Paolo Carlini

re PR c++/46901 (Error message repeats itself)

2010-12-12  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/46901
	* typeck.c (convert_for_assignment): Fix typo in warning message.

From-SVN: r167723
parent 2cdda6e3
2010-12-12 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/46901
* typeck.c (convert_for_assignment): Fix typo in warning message.
2010-12-10 Jakub Jelinek <jakub@redhat.com>
PR c++/46001
......
......@@ -7321,7 +7321,7 @@ convert_for_assignment (tree type, tree rhs,
break;
case ICR_CONVERTING:
warning (OPT_Wmissing_format_attribute,
"target of conversion might be might be a candidate "
"target of conversion might be a candidate "
"for a format attribute");
break;
case ICR_INIT:
......
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