Message346800
This change seems to produce a new warning on my Mac.
./Modules/getpath.c:764:23: warning: incompatible pointer types passing 'char [1025]' to parameter of type 'const wchar_t *' (aka 'const int *') [-Wincompatible-pointer-types]
_Py_isabs(execpath))
^~~~~~~~
./Include/fileutils.h:158:42: note: passing argument to parameter 'path' here
PyAPI_FUNC(int) _Py_isabs(const wchar_t *path);
^
1 warning generated. |
|
Date |
User |
Action |
Args |
2019-06-28 04:46:45 | xtreak | set | recipients:
+ xtreak, ncoghlan, vstinner, r.david.murray, yselivanov |
2019-06-28 04:46:45 | xtreak | set | messageid: <1561697205.46.0.288196517018.issue20443@roundup.psfhosted.org> |
2019-06-28 04:46:45 | xtreak | link | issue20443 messages |
2019-06-28 04:46:45 | xtreak | create | |
|