| Submitter | Joern Rennecke |
|---|---|
| Date | Dec. 31, 2010, 12:28 p.m. |
| Message ID | <20101231072841.9f7x6agis00oo0s0-nzlynne@webmail.spamcop.net> |
| Download | mbox | patch |
| Permalink | /patch/77074/ |
| State | New |
| Headers | show |
Comments
Patch
Index: go/go-backend.c =================================================================== --- go/go-backend.c (revision 168370) +++ go/go-backend.c (working copy) @@ -53,7 +53,7 @@ go_field_alignment (tree t) #ifdef ADJUST_FIELD_ALIGN { - tree field; + tree field ATTRIBUTE_UNUSED; field = build_decl (UNKNOWN_LOCATION, FIELD_DECL, NULL, t); v = ADJUST_FIELD_ALIGN (field, v); }