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
Loading
Please register or sign in to comment