Message413773
clang doesn't like the typedef forward-decl:
In file included from ../cpython/Modules/_ctypes/_ctypes.c:108:
In file included from ../cpython/Include/Python.h:43:
../cpython/Include/object.h:109:3: warning: redefinition of typedef 'PyObject' is a C11 feature [-Wtypedef-redefinition]
} PyObject;
^
../cpython/Include/pybuffer.h:23:24: note: previous definition is here
typedef struct _object PyObject;
^
1 warning generated. |
|
| Date |
User |
Action |
Args |
| 2022-02-23 05:45:43 | benjamin.peterson | set | recipients:
+ benjamin.peterson, pitrou, vstinner, christian.heimes, alex, petr.viktorin, skrah, pmpp, serhiy.storchaka, rdb, miss-islington, erlendaasland |
| 2022-02-23 05:45:43 | benjamin.peterson | set | messageid: <[email protected]> |
| 2022-02-23 05:45:43 | benjamin.peterson | link | issue45459 messages |
| 2022-02-23 05:45:43 | benjamin.peterson | create | |
|