commit | bce0483dd09f592d6f9f989f0e34fc930d206810 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Wed Apr 13 19:57:27 2016 |
committer | Christopher Wiley <wiley@google.com> | Wed Apr 13 19:57:27 2016 |
tree | 27e29c831e94f47231d247695852a3171d8fa38d | |
parent | ead09adf829d0844607cd906ce909cc1dd459356 [diff] |
Don't generate code with unused private fields A recent update to libchrome reveals that we were previously suppressing warnings about unused private fields. Without that, the generated code can cause errors when interfaces have no methods. Bug: 28117776 Change-Id: Ic734c1ce9485797065e504c566cad8d6edf45d07 Test: Generated code now compiles.