mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:18:13 -05:00
Merge pull request #6192 from lioncash/discard
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
This commit is contained in:
@ -402,7 +402,7 @@ public:
|
|||||||
return wait_cancelled;
|
return wait_cancelled;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] void ClearWaitCancelled() {
|
void ClearWaitCancelled() {
|
||||||
wait_cancelled = false;
|
wait_cancelled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user