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

Warning messages in buildtime #55

Open
rffontenelle opened this issue Nov 22, 2019 · 1 comment
Open

Warning messages in buildtime #55

rffontenelle opened this issue Nov 22, 2019 · 1 comment

Comments

@rffontenelle
Copy link

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:

@Ezibenroc
Copy link
Owner

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.

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

No branches or pull requests

2 participants