Fix build machine warning.
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ void HostWorkerThread::ThreadProc() noexcept
|
|||||||
// run nice +2 (priority -2 on Windows)
|
// run nice +2 (priority -2 on Windows)
|
||||||
SetThreadName("lv2_worker");
|
SetThreadName("lv2_worker");
|
||||||
errno = 0;
|
errno = 0;
|
||||||
nice(2);
|
(void)nice(2);
|
||||||
if (errno != 0)
|
if (errno != 0)
|
||||||
{
|
{
|
||||||
std::cout << "Warning: Unable to run Lv2 schedule thread at nice +1" << std::endl;
|
std::cout << "Warning: Unable to run Lv2 schedule thread at nice +1" << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user