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

BUG: Correct use of NPY_UNUSED. #11269

Merged
merged 1 commit into from
Jun 7, 2018
Merged

Conversation

charris
Copy link
Member

@charris charris commented Jun 7, 2018

Replace NPY_UNUSED(*param) by *NPY_UNUSED(param).

Closes #11267.

Replace `NPY_UNUSED(*param)` by `*NPY_UNUSED(param)`.

Closes numpy#11267.
@charris charris added this to the 1.14.5 release milestone Jun 7, 2018
@mattip mattip merged commit 70ab87a into numpy:master Jun 7, 2018
@mattip
Copy link
Member

mattip commented Jun 7, 2018

Thanks Chuck

@charris charris deleted the fix-unused-variable branch June 7, 2018 21:26
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Jun 7, 2018
@charris charris removed this from the 1.14.5 release milestone Jun 7, 2018
wrathagom added a commit to RasaHQ/rasa that referenced this pull request Aug 28, 2018
Numpy 1.14.4 has a bug for alpine builds numpy/numpy#11269 which was fixed in 1.14.5
@haileeshen
Copy link

hi, which file should be updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building v1.14.4 fails in Docker with Alpine 3.7 and Python 3.6
3 participants