mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
Fix Mac debug build
This commit is contained in:
@@ -449,7 +449,7 @@ ArchMultithreadPosix::cancelThread(ArchThread thread)
|
||||
}
|
||||
|
||||
void
|
||||
ArchMultithreadPosix::setPriorityOfThread(ArchThread /*thread*/, int /*n*/)
|
||||
ArchMultithreadPosix::setPriorityOfThread(ArchThread thread, int /*n*/)
|
||||
{
|
||||
assert(thread != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user