Skip to content

Conversation

larsmans
Copy link
Contributor

Some patches to make python setup.py build produce less noise. Compiled with GCC 4.6.3 and Clang 3.0; all tests pass.

Prevent GCC -Wall warning.
Replaced by a static const array in a C module. Prevents warnings and
potential multiple inclusion hazards.

Also, added a const qualifier to another static array.
Unused function in np_datetime_strings.c commented out since it was
referenced from some commented-out source code.
@wesm
Copy link
Member

wesm commented Sep 17, 2012

This is great, thanks so much (merged/rebased these commits)

@wesm wesm closed this Sep 17, 2012
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

Successfully merging this pull request may close these issues.

2 participants