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

Fix SCIM_DEBUG_AllMask to be unisgned #7

Merged
merged 1 commit into from Aug 4, 2015
Merged

Conversation

davispuh
Copy link
Contributor

@davispuh davispuh commented Aug 4, 2015

When compiling with C++11

.././../../../src/scim_debug.cpp:53:1: error: narrowing conversion of ‘-1’ from ‘int’ to ‘scim::uint32 {aka unsigned int}’ inside { } [-Wnarrowing]

this PR fixes that by casting to unsigned int.

@davispuh davispuh mentioned this pull request Aug 4, 2015
tzhuan added a commit that referenced this pull request Aug 4, 2015
Fix SCIM_DEBUG_AllMask to be unisgned
@tzhuan tzhuan merged commit 187a1fd into scim-im:master Aug 4, 2015
@tzhuan
Copy link
Member

tzhuan commented Aug 4, 2015

Thank you!

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