-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[CLN] [BLD] Fix many compiler warnings #22013
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22013 +/- ##
=======================================
Coverage 91.99% 91.99%
=======================================
Files 167 167
Lines 50578 50578
=======================================
Hits 46530 46530
Misses 4048 4048
Continue to review full report at Codecov.
|
https://travis-ci.org/pandas-dev/pandas/jobs/406697012 was this just worse before? there are still many unsigned compare with signed warnings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
Yes. The first commit here caused test failures (that I didn't get locally), so I reverted fixes in interval.pyx. |
ok let's hope this and your other PR fixes more warnings :> |
Checked in OSX in 2.7 and 3.7, on Ubuntu on 2.7 and 3.5, this fixes just about all the warnings that are fixable at my pay-grade.
The ones that are left:
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
--> I expect there is a compiler flag that can be set in setup.py to silence this (and only this) warning, haven't figured it out.