Remove irrelevant warning pragma
This commit is contained in:
parent
0f10991dd9
commit
957d1b1864
1 changed files with 0 additions and 1 deletions
|
|
@ -516,7 +516,6 @@ void sfz::FilePool::waitForBackgroundLoading() noexcept
|
|||
void sfz::FilePool::raiseCurrentThreadPriority() noexcept
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
#pragma message("Implement Win32 thread background priority")
|
||||
HANDLE thread = GetCurrentThread();
|
||||
const int priority = THREAD_PRIORITY_ABOVE_NORMAL; /*THREAD_PRIORITY_HIGHEST*/
|
||||
if (!SetThreadPriority(thread, priority)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue