mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Alsa: Silence -Wsign-compare warning.
This commit is contained in:
parent
37825c59dd
commit
6001366aac
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ private:
|
||||||
std::mutex cv_m;
|
std::mutex cv_m;
|
||||||
|
|
||||||
snd_pcm_t *handle;
|
snd_pcm_t *handle;
|
||||||
int frames_to_deliver;
|
unsigned int frames_to_deliver;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue