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

[mypyc] Be stricter about function prototypes #14942

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Mar 23, 2023

I'm trying to fix this error:

float_ops.c:9:15: error: function declaration isn't a prototype [-Werror=strict-prototypes]
   9 | static double CPy_DomainError() {

I'm trying to fix this error:
```
float_ops.c:9:15: error: function declaration isn't a prototype [-Werror=strict-prototypes]
   9 | static double CPy_DomainError() {
```
@JukkaL JukkaL mentioned this pull request Mar 23, 2023
2 tasks
@JukkaL JukkaL merged commit bfa9eac into master Mar 23, 2023
@JukkaL JukkaL deleted the mypyc-compile-error branch March 23, 2023 12:21
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