mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-21 23:50:26 +00:00
Fix some warnings on GCC
This commit is contained in:
@@ -53,9 +53,9 @@ private:
|
||||
void sdlAudioDecodeAndPlaySample(char* sampleData, int sampleLength);
|
||||
|
||||
STREAM_CONFIGURATION m_StreamConfig;
|
||||
QMessageBox m_ProgressBox;
|
||||
NvComputer* m_Computer;
|
||||
NvApp m_App;
|
||||
QMessageBox m_ProgressBox;
|
||||
|
||||
static SDL_AudioDeviceID s_AudioDevice;
|
||||
static OpusMSDecoder* s_OpusDecoder;
|
||||
|
||||
Reference in New Issue
Block a user