Commit e9184c9e by Andrew Haley Committed by Andrew Haley

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

2012-04-11  Andrew Haley  <aph@redhat.com>

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

From-SVN: r186319
parent 60fa3931
2012-04-11 Andrew Haley <aph@redhat.com> 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. * jcf.h (bootstrap_method): New.
(BootstrapMethods): New. (BootstrapMethods): New.
(JCF): Add BootstrapMethods. (JCF): Add BootstrapMethods.
......
...@@ -36,7 +36,7 @@ static int jcf_parse_fields (JCF *); ...@@ -36,7 +36,7 @@ static int jcf_parse_fields (JCF *);
static int jcf_parse_one_method (JCF *, int); static int jcf_parse_one_method (JCF *, int);
static int jcf_parse_methods (JCF *); static int jcf_parse_methods (JCF *);
static int jcf_parse_final_attributes (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 #ifdef NEED_PEEK_ATTRIBUTE
static int peek_attribute (JCF *, int, const char *, int); static int peek_attribute (JCF *, int, const char *, int);
#endif #endif
......
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