Comment 12 for bug 1275353

Revision history for this message
Matthias Klose (doko) wrote :

Function `PyString_FromStringAndSize' implicitly converted to pointer at pcard/pcardext/pcardext.c:208
Function `Py_InitModule4' implicitly converted to pointer at pcard/pcardext/pcardext.c:238

Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors. Please correct them for your next upload.

More information can be found at:
http://wiki.debian.org/ImplicitPointerConversions