re PR bootstrap/66085 (Revision r222934 breaks bootstrap on darwin.)
authorAldy Hernandez <aldyh@redhat.com>
Sat, 9 May 2015 13:50:21 +0000 (13:50 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sat, 9 May 2015 13:50:21 +0000 (13:50 +0000)
PR bootstrap/66085
* decl2.c (note_mangling_alias): Declare arguments as unused.

From-SVN: r222969

gcc/cp/ChangeLog
gcc/cp/decl2.c

index e776b00f5d82dc3d54a58be900f09012af602f50..fa7a1a0a4d23b23e126686031685dbc9b19c79a0 100644 (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
index 6101301bee200755db4d390768294d01328a3854..27bacabb8472033d09cc45665adc75c80a4b1746 100644 (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)