commit | da4f72913fcbb0276aa9ca0fca55ce9afb2635c7 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Fri Sep 02 22:59:32 2022 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 06 21:17:49 2022 +0000 |
tree | 2b3edbc85c577f5c8505f088f5ae4c0d81348a55 | |
parent | b6437d82f92c42d95656810fdf158cf2df54a746 [diff] [blame] |
added .clangd config file. initialized uninitialized variables Test: tested compilation. Change-Id: Iccb3ec4dd7ec6a631447c1e3a9e25d287362850f
diff --git a/download_action.cc b/download_action.cc index 0358569..ab86a7e 100644 --- a/download_action.cc +++ b/download_action.cc
@@ -106,7 +106,7 @@ return false; } - ErrorCode error; + ErrorCode error{}; const bool success = delta_performer_->Write( cached_manifest_bytes.data(), cached_manifest_bytes.size(), &error) &&