diff options
| author | Chih-hung Hsieh <chh@google.com> | 2018-08-03 12:21:47 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-08-03 12:21:47 -0700 |
| commit | e9ab58d7c0a173e058cfd3e15f1a72a4c0c8be93 (patch) | |
| tree | 5b409ebd4bd2fec7fd211618f0cf43dad17fc5e8 /README.android | |
| parent | 266c9bb486ee64a6e894459ba62128c60b27ce94 (diff) | |
| parent | a03b9a5de3902a5b9c4e9c185998ebff1a41cbdf (diff) | |
| download | platform_external_protobuf-master-cuttlefish-testing-release.tar.gz platform_external_protobuf-master-cuttlefish-testing-release.tar.bz2 platform_external_protobuf-master-cuttlefish-testing-release.zip | |
Merge "Suppress clang-analyzer-core.uninitialized.UndefReturn warning."android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3master-cuttlefish-testing-release
am: a03b9a5de3
Change-Id: I97df2a0ff28f386b76d8a793753a026de565595b
Diffstat (limited to 'README.android')
| -rw-r--r-- | README.android | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.android b/README.android index f1e97d9d3..0f7d5e1b3 100644 --- a/README.android +++ b/README.android @@ -9,6 +9,7 @@ Local Modifications: - Initial changes include support for the micro protobuf compiler and the assoicated runtime. - https://github.com/google/protobuf/pull/2732: const FieldDescriptorCompare + - Add NOLINT to "return *default_instance_;" in cpp_message.cc. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all |
