mypy
bfa9eace
- [mypyc] Be stricter about function prototypes (#14942)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
[mypyc] Be stricter about function prototypes (#14942) 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() { ```
References
#14942 - [mypyc] Be stricter about function prototypes
Author
JukkaL
Parents
4e6d6832
Loading