[Python-Dev] New socketmodule.c warnings
Skip Montanaro
skip@pobox.com (Skip Montanaro)
Mon, 15 Oct 2001 15:50:40 -0500
Just came across these new warnings (gcc 2.96, Linux Mandrake):
.../Modules/socketmodule.c:1625: warning: initialization from incompatible pointer type
.../Modules/socketmodule.c:1629: warning: initialization from incompatible pointer type
.../Modules/socketmodule.c:1636: warning: initialization from incompatible pointer type
.../Modules/socketmodule.c:1639: warning: initialization from incompatible pointer type
.../Modules/socketmodule.c:1642: warning: initialization from incompatible pointer type
.../Modules/socketmodule.c:1645: warning: initialization from incompatible pointer type
I see a lot of interface changes in socketmodule between 1.175 and 1.176.
Is this a spurious error or something significant?
Skip