mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Merge pull request #3122 from rohit-n/sign-compare
Alsa: Silence -Wsign-compare warning.
This commit is contained in:
commit
ce6f89fe6d
@ -60,6 +60,6 @@ private:
|
||||
std::mutex cv_m;
|
||||
|
||||
snd_pcm_t *handle;
|
||||
int frames_to_deliver;
|
||||
unsigned int frames_to_deliver;
|
||||
#endif
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user