commit | 037a463ccbc8cd39a5bdc2c8c0b955cc947c3558 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Thu Apr 13 19:09:13 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 13 19:09:13 2023 +0000 |
tree | 0f0b8a58a49bbd109b1ccab3688883ab5a117dee | |
parent | eadf9e21b132911ed5da0a33f37ec951f8bbebeb [diff] | |
parent | 0c1648cbf215894a0418bc9994b21d351327b1d7 [diff] |
Fixing some clangd warnings am: 0c1648cbf2 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/2533800 Change-Id: I2915a7081b2c04cb2bcf35baf3c7eac89dbbbc16 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/common/dynamic_partition_control_stub.cc b/common/dynamic_partition_control_stub.cc index ac11faf..03f7361 100644 --- a/common/dynamic_partition_control_stub.cc +++ b/common/dynamic_partition_control_stub.cc
@@ -38,7 +38,8 @@ return FeatureFlag(FeatureFlag::Value::NONE); } -FeatureFlag DynamicPartitionControlStub::GetVirtualAbCompressionXorFeatureFlag() { +FeatureFlag +DynamicPartitionControlStub::GetVirtualAbCompressionXorFeatureFlag() { return FeatureFlag(FeatureFlag::Value::NONE); }
diff --git a/libcurl_http_fetcher.h b/libcurl_http_fetcher.h index c101d90..0e34f9d 100644 --- a/libcurl_http_fetcher.h +++ b/libcurl_http_fetcher.h
@@ -82,7 +82,7 @@ class LibcurlHttpFetcher : public HttpFetcher { public: - LibcurlHttpFetcher(HardwareInterface* hardware); + explicit LibcurlHttpFetcher(HardwareInterface* hardware); // Cleans up all internal state. Does not notify delegate ~LibcurlHttpFetcher() override;