Package: kazehakase Version: 0.5.2-1 Severity: important Tags: patch Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to 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. Function `remove_tag' implicitly converted to pointer at kz-xml.c:1074 This is often due to a missing function prototype definition. For more information, see [2]. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions --- kazehakase-0.5.2.orig/src/kz-xml.c 2008-01-28 08:42:24.000000000 -0700 +++ kazehakase-0.5.2/src/kz-xml.c 2008-02-21 15:01:40.000000000 -0700 @@ -25,6 +25,7 @@ #include <stdio.h> #include <string.h> #include <ctype.h> +#include <utils/utils.h> typedef struct _KzXMLPrivate KzXMLPrivate; struct _KzXMLPrivate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

