c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT use not updated in the last change.

2008-08-27  Paolo Carlini  <paolo.carlini@oracle.com>

	* c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT
	use not updated in the last change.

From-SVN: r139689
This commit is contained in:
Paolo Carlini 2008-08-28 00:40:11 +00:00 committed by Paolo Carlini
parent d4d46566f3
commit fd990e649d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-27 Paolo Carlini <paolo.carlini@oracle.com>
* c-typeck.c (convert_for_assignment): Adjust WARN_FOR_ASSIGNMENT
use not updated in the last change.
2008-08-27 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.h (REG_CLASS_CONTENTS): Drop fr32 from FPUL_REGS.

View File

@ -4286,7 +4286,7 @@ convert_for_assignment (tree type, tree rhs, enum impl_conv errtype,
qualifier are acceptable if the 'volatile' has been added
in by the Objective-C EH machinery. */
if (!objc_type_quals_match (ttl, ttr))
WARN_FOR_ASSIGNMENT (input_location,
WARN_FOR_ASSIGNMENT (input_location, 0,
G_("passing argument %d of %qE discards "
"qualifiers from pointer target type"),
G_("assignment discards qualifiers "