| commit | bce0483dd09f592d6f9f989f0e34fc930d206810 | [log] [tgz] |
|---|---|---|
| author | Christopher Wiley <[email protected]> | Wed Apr 13 12:57:27 2016 -0700 |
| committer | Christopher Wiley <[email protected]> | Wed Apr 13 12:57:27 2016 -0700 |
| 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.