jcf-reader.c (jcf_parse_bootstrap_methods): Add ATTRIBUTE_UNUSED.
authorAndrew Haley <aph@redhat.com>
Wed, 11 Apr 2012 13:21:18 +0000 (13:21 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 11 Apr 2012 13:21:18 +0000 (13:21 +0000)
2012-04-11  Andrew Haley  <aph@redhat.com>

* jcf-reader.c (jcf_parse_bootstrap_methods): Add
ATTRIBUTE_UNUSED.

From-SVN: r186319

gcc/java/ChangeLog
gcc/java/jcf-reader.c

index 49db1cb7bfb73b8c9152494f9ac252d4125ddfa1..38fc269a3e0a88d7ad17b1941caa98cc38efae54 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-11  Andrew Haley  <aph@redhat.com>
+
+       * jcf-reader.c (jcf_parse_bootstrap_methods): Add
+       ATTRIBUTE_UNUSED.
+
 2012-04-11  Andrew Haley  <aph@redhat.com>
 
        * jcf.h (bootstrap_method): New.
index c47436a5b0f7d72306e330638b30429d284b53f9..8978de2c196680cc9d6d05d66bf4d4631bd250a4 100644 (file)
@@ -36,7 +36,7 @@ static int jcf_parse_fields (JCF *);
 static int jcf_parse_one_method (JCF *, int);
 static int jcf_parse_methods (JCF *);
 static int jcf_parse_final_attributes (JCF *);
-static int jcf_parse_bootstrap_methods (JCF *, int );
+static int jcf_parse_bootstrap_methods (JCF *, int) ATTRIBUTE_UNUSED;
 #ifdef NEED_PEEK_ATTRIBUTE
 static int peek_attribute (JCF *, int, const char *, int);
 #endif