Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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() { ```
- Loading branch information