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

Fix compiler warning on xcode #4053

Merged
merged 2 commits into from Mar 21, 2021
Merged

Fix compiler warning on xcode #4053

merged 2 commits into from Mar 21, 2021

Conversation

maxbachmann
Copy link
Contributor

XCode warns about dead code, when a if statement always evaluates to false. This warning can be silenced using an extra '()'

XCode warns about dead code, when a if statement always evaluates to false. This warning can be silenced using an extra '()'
@scoder scoder merged commit 8073ed2 into cython:master Mar 21, 2021
1 check was pending
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.

None yet

2 participants