[issue25077] Compiler warnings: initialization from incompatible pointer type

2021-01-12 Thread Irit Katriel
Irit Katriel added the comment: Issues 22038 and 23085 seem to have fixed all these warnings between them. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue25077] Compiler warnings: initialization from incompatible pointer type

2016-07-06 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- nosy: +chris.jerdonek ___ Python tracker ___ ___

[issue25077] Compiler warnings: initialization from incompatible pointer type

2016-05-22 Thread Berker Peksag
Berker Peksag added the comment: libffi warnings have already been fixed in upstream libffi. See issue 23085 for updating our libffi copy. -- nosy: +berker.peksag ___ Python tracker

[issue25077] Compiler warnings: initialization from incompatible pointer type

2015-09-18 Thread STINNER Victor
STINNER Victor added the comment: "For ceval, it comes from pyatomic.h: see my atomic_pointer.patch attached to the issue #25077." Oops, it's the issue #22038. -- ___ Python tracker

[issue25077] Compiler warnings: initialization from incompatible pointer type

2015-09-14 Thread STINNER Victor
STINNER Victor added the comment: For ceval, it comes from pyatomic.h: see my atomic_pointer.patch attached to the issue #25077. -- nosy: +haypo ___ Python tracker

[issue25077] Compiler warnings: initialization from incompatible pointer type

2015-09-12 Thread Marius Gedminas
New submission from Marius Gedminas: I'm seeing these compiler warnings while trying to build Python 3.5 on Ubuntu 15.04: In file included from Python/ceval.c:300:0: Python/ceval_gil.h: In function ‘drop_gil’: Python/ceval_gil.h:181:144: warning: initialization from incompatible pointer type