We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building, I get some warning messages. It builds fine, but I thought it would be good to report it. Some of the messages are:
cc1plus: warning: command line option ‘-std=c99’ is valid for C/ObjC but not for C++
warning: ‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used [-Wunused-variable]
warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
Environment:
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I have never taken the time to fix these warning, but I agree that it would be great if pyroaring compiled without them.
Sorry, something went wrong.
No branches or pull requests
When building, I get some warning messages. It builds fine, but I thought it would be good to report it. Some of the messages are:
cc1plus: warning: command line option ‘-std=c99’ is valid for C/ObjC but not for C++
warning: ‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used [-Wunused-variable]
warning: comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
Environment:
The text was updated successfully, but these errors were encountered: