commit | f54e7e4da36d74fa4487178158107b3de3d0da23 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Thu Apr 13 20:48:10 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 13 20:48:10 2023 +0000 |
tree | 0f0b8a58a49bbd109b1ccab3688883ab5a117dee | |
parent | af9a366c2f4e94031d1fb497892f3703b9e14982 [diff] | |
parent | dbc61953697d19ca33e4f7e9682c3a4cab8ad56b [diff] |
Fixing some clangd warnings am: 0c1648cbf2 am: 037a463ccb am: dbc6195369 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/2533800 Change-Id: Ib42afbb0f88baab273a8085218d0270c2317945e 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;