-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
MAINT: get rid of some compiler warnings #9395
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
Thanks for looking into this. What compiler are you using? I may have a chance to try it out with clang. |
GCC 4.7. |
can you rebase this? |
@jreback done. |
can you quantify I guess how many warnings this removed? (as obviously still lots) |
I don't know, four, five? The code has moved on since I wrote this patch and I have no idea how many new warnings were introduced. |
this looks ok, but to be sure, can you rebase and push again? ping when green. |
* uninitialized pointer * unused variables * unused function * ISO C prototypes * cimport * * useless cast before snprintf
Green! |
MAINT: get rid of some compiler warnings
thanks! |
cimport *
snprintf