commit | a5f50019bc979c352bb7e0c08b8bbfd8ab06af4d | [log] [tgz] |
---|---|---|
author | Wouter van Oortmerssen <wvo@google.com> | Wed Jul 02 12:01:21 2014 -0700 |
committer | Wouter van Oortmerssen <wvo@google.com> | Wed Jul 02 14:39:59 2014 -0700 |
tree | 3824f45cbad123a499791947dd046aea3711ad6b | |
parent | b863ac0171500634406b10577c59853bce615e7c [diff] |
Made declaring the underlying type of an enum mandatory. This is a breaking change, anyone having schema files with enums that do not specify a type will get a specialized error: must specify the underlying integer type for this enum (e.g. ': short', which was the default). All of the samples and docs already had a type specified, so hopefully this will affect very few people. Bug: 15777205 Change-Id: I9b8d7c0827867f7efb6c217346db7e402695eff0 Tested: on Windows