Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wsign compare warning fix #7

Merged
merged 1 commit into from
Nov 29, 2014
Merged

Conversation

iefserge
Copy link
Contributor

This fixes Wsign-compare warning

concurrentqueue.h:1251:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (auto j = 0; j != count; ++j) {
                        ^

cameron314 added a commit that referenced this pull request Nov 29, 2014
Wsign compare warning fix
@cameron314 cameron314 merged commit 2fe59a8 into cameron314:master Nov 29, 2014
@cameron314
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants