| Submitter | Andrew Haley |
|---|---|
| Date | April 11, 2012, 1:20 p.m. |
| Message ID | <4F858523.8000607@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/151794/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/java/jcf-reader.c =================================================================== --- gcc/java/jcf-reader.c (revision 186307) +++ gcc/java/jcf-reader.c (working copy) @@ -36,7 +36,7 @@ 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