mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix a function pointer declaration to silence the compiler.
This commit is contained in:
parent
d221956f0e
commit
a35a8b11c3
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ extern void ffi_call_STDCALL(void (*)(char *, extended_cif *),
|
||||||
#endif /* X86_WIN32 */
|
#endif /* X86_WIN32 */
|
||||||
|
|
||||||
void ffi_call(/*@dependent@*/ ffi_cif *cif,
|
void ffi_call(/*@dependent@*/ ffi_cif *cif,
|
||||||
void (*fn)(),
|
void (*fn)(void),
|
||||||
/*@out@*/ void *rvalue,
|
/*@out@*/ void *rvalue,
|
||||||
/*@dependent@*/ void **avalue)
|
/*@dependent@*/ void **avalue)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue