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

CLN: Fix compile time warnings #13643

Closed
wants to merge 1 commit into from
Closed

Conversation

yui-knk
Copy link
Contributor

@yui-knk yui-knk commented Jul 13, 2016

  • passes git diff upstream/master | flake8 --diff

This commit suppresses these warnings

warning: implicit conversion from enumeration type
'NPY_DATETIMEUNIT' to different enumeration type
'PANDAS_DATETIMEUNIT' [-Wenum-conversion]

This commit suppresses these warnings

warning: implicit conversion from enumeration type\
'NPY_DATETIMEUNIT' to different enumeration type\
'PANDAS_DATETIMEUNIT' [-Wenum-conversion]
@jreback
Copy link
Contributor

jreback commented Jul 13, 2016

will have to test on windows

@jreback jreback added Build Library building on various platforms Clean labels Jul 13, 2016
@jreback jreback added this to the 0.19.0 milestone Jul 13, 2016
@yui-knk
Copy link
Contributor Author

yui-knk commented Jul 14, 2016

Can I ask you to check on windows ? 😃

@sinhrks
Copy link
Member

sinhrks commented Jul 14, 2016

cos we have appveyor.yml, u can run it on AppVeyor. though @jreback may have more comprehensive environment.

@yui-knk
Copy link
Contributor Author

yui-knk commented Jul 14, 2016

Can you rerun CI?

@jreback jreback closed this in 3f6d4bd Jul 14, 2016
@jreback
Copy link
Contributor

jreback commented Jul 14, 2016

thanks!

@yui-knk yui-knk deleted the warning2 branch July 14, 2016 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants