mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +00:00
Cleanup some unused parameter warnings
This commit is contained in:
parent
5729f65138
commit
a02931f5fc
@ -49,9 +49,9 @@ int Session::sdlDetermineAudioConfiguration()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int Session::sdlAudioInit(int audioConfiguration,
|
int Session::sdlAudioInit(int /* audioConfiguration */,
|
||||||
POPUS_MULTISTREAM_CONFIGURATION opusConfig,
|
POPUS_MULTISTREAM_CONFIGURATION opusConfig,
|
||||||
void* arContext, int arFlags)
|
void* /* arContext */, int /* arFlags */)
|
||||||
{
|
{
|
||||||
SDL_AudioSpec want, have;
|
SDL_AudioSpec want, have;
|
||||||
int error;
|
int error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user