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>2018-11-01 15:45:58 -0700
commitbf69383a3856fadaea552cc752d96db031aac7c0 (patch)
treeeabf07db06e39ced5a7e255525baadd4add3bda1 /README.android
parent219bbcdcd5b1dbf19758ff2e75d971b98215896d (diff)
downloadprotobuf-bf69383a3856fadaea552cc752d96db031aac7c0.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: I2dc98269aec9394c9a77189dd2a5c0a017b8a99c
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