commit | e62f97fb5b3fada745218c3853b2ca5b8e8b0ddd | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Aug 14 01:52:04 2024 +0800 |
committer | Yi Kong <yikong@google.com> | Wed Aug 14 01:52:25 2024 +0800 |
tree | 3bc1522dbe89db0839adfa2122a61c99e013073e | |
parent | fc8d55a0bf600824595a6afe82b3b618f64ca521 [diff] |
audio: Remove unnecessary std::move Moving a temporary object prevents copy elision, and could reduce performance. This fixes -Wpessimizing-move compiler warning. Test: presubmit Bug: 154270751 Change-Id: Idb1a4abf4da9eb6dbe1e9a8fd66461d60985c8e1