Skip to content

Commit

Permalink
Merge pull request #3122 from rohit-n/sign-compare
Browse files Browse the repository at this point in the history
Alsa: Silence -Wsign-compare warning.
  • Loading branch information
phire committed Oct 3, 2015
2 parents 37825c5 + 6001366 commit ce6f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/AudioCommon/AlsaSoundStream.h
Expand Up @@ -60,6 +60,6 @@ class AlsaSound final : public SoundStream
std::mutex cv_m;

snd_pcm_t *handle;
int frames_to_deliver;
unsigned int frames_to_deliver;
#endif
};

0 comments on commit ce6f89f

Please sign in to comment.