Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1c2234cc authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Chih-hung Hsieh
Browse files

Fix bugprone-use-after-move warnings

* line 1512:21: warning: std::move of the variable 'order' of the
  trivially-copyable type 'size_t' (aka 'unsigned int')
  has no effect; remove std::move() [performance-move-const-arg]
* line 1512:31: warning: 'order' used after it was moved
  [bugprone-use-after-move]
  note: the use happens in a later loop iteration than the move

Bug: 150783499
Test: WITH_TIDY=1 make
Change-Id: I5c41c63b0dfbb2472ab164166065adb18a615b33
parent b1d2e747
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment