Merge pull request #3122 from rohit-n/sign-compare

Alsa: Silence -Wsign-compare warning.
This commit is contained in:
Scott Mansell 2015-10-03 16:17:11 +13:00
commit ce6f89fe6d
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ private:
std::mutex cv_m;
snd_pcm_t *handle;
int frames_to_deliver;
unsigned int frames_to_deliver;
#endif
};