mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-08 12:18:49 -04:00
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
This function has a void return value, so this attribute doesn't apply to it.
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