mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Alsa: Silence -Wsign-compare warning.
This commit is contained in:
parent
37825c59dd
commit
6001366aac
@ -60,6 +60,6 @@ private:
|
||||
std::mutex cv_m;
|
||||
|
||||
snd_pcm_t *handle;
|
||||
int frames_to_deliver;
|
||||
unsigned int frames_to_deliver;
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user