-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-111178: Fix function signatures for test_capi #131659
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be consistent with the rest of your added code and the existing code (for *const *args
). Btw, just check if you need to remove redundant casts for the affected functions.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
I applied your suggestions.
Done: I checked all modified functions. There was no cast before. |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.