Closed
Description
Bug Description
With Mixxx 2.3.4 I see the following warning in the mixxx.log
Warning []: QThread::setPriority: Cannot determine scheduler priority range
It comes from Qt https://github.com/qt/qtbase/blob/5.12.5/src/corelib/thread/qthread_unix.cpp#L827
And indicates that the command QThread::currentThread()->setPriority(QThread::TimeCriticalPriority);
fails. There is already a comment that this call has no effect, but why does this obscure warning appear?
Version
2.3.4
OS
Linux