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

Commit f3ba3265 authored by jiabin's avatar jiabin
Browse files

Fix build warning in test_various.

Bug: 220009644
Test: make
Change-Id: I3e5376a3923f3cd2d798cf9a125c2d65d898488e
parent 9c06ce85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -829,7 +829,7 @@ struct WakeUpCallbackData {

    void waitForFinished() {
        std::unique_lock <std::mutex> aLock(mutex);
        conditionVariable.wait(aLock, [=] { return finished; });
        conditionVariable.wait(aLock, [this] { return finished; });
    }

    // For signalling foreground test when callback finished