mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 08:29:09 +00:00
Fix some compiler warnings
This commit is contained in:
@@ -97,6 +97,8 @@ int Session::getAudioRendererCapabilities(int audioConfiguration)
|
||||
{
|
||||
int caps = 0;
|
||||
|
||||
Q_UNUSED(audioConfiguration);
|
||||
|
||||
// All audio renderers support arbitrary audio duration
|
||||
caps |= CAPABILITY_SUPPORTS_ARBITRARY_AUDIO_DURATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user