re PR bootstrap/66085 (Revision r222934 breaks bootstrap on darwin.)

PR bootstrap/66085
	* decl2.c (note_mangling_alias): Declare arguments as unused.

From-SVN: r222969
This commit is contained in:
Aldy Hernandez 2015-05-09 13:50:21 +00:00 committed by Aldy Hernandez
parent 14aeb3cd27
commit a31765efbf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-05-09 Aldy Hernandez <aldyh@redhat.com>
PR bootstrap/66085
* decl2.c (note_mangling_alias): Declare arguments as unused.
2015-05-08 Jason Merrill <jason@redhat.com>
* cp-gimplify.c, parser.c: Adjust to -Wc++11-compat replacing

View File

@ -4327,7 +4327,7 @@ generate_mangling_alias (tree decl, tree id2)
implementation. */
void
note_mangling_alias (tree decl, tree id2)
note_mangling_alias (tree decl ATTRIBUTE_UNUSED, tree id2 ATTRIBUTE_UNUSED)
{
#ifdef ASM_OUTPUT_DEF
if (at_eof)