aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-10-10 13:18:37 -0700
committerColin Cross <ccross@android.com>2019-09-05 14:44:01 -0700
commit5a362af9f1634fb65ad36b63f810efd57e820404 (patch)
tree83f8dc060e6a37d05da219d860b2d729411a6576 /README.android
parent311d9e1f7e8967e881d0fe038b81cdf900f476cd (diff)
downloadprotobuf-5a362af9f1634fb65ad36b63f810efd57e820404.tar.gz
Revert "Suppress clang-analyzer-core.uninitialized.UndefReturn warning."
This reverts commit 1c91b228abc0c538b3cc62454ce156f89cb71037. No longer applies against upstream. Bug: 112098107 Bug: 117607748 Test: m checkbuild Change-Id: I718aa63da70a6efa42bb0cdc583057859db5124d Merged-In: I718aa63da70a6efa42bb0cdc583057859db5124d
Diffstat (limited to 'README.android')
-rw-r--r--README.android1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.android b/README.android
index 0f7d5e1b3..f1e97d9d3 100644
--- a/README.android
+++ b/README.android
@@ -9,7 +9,6 @@ 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