Package: gnotime Version: 2.3.0-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 `menus_get_popup' implicitly converted to pointer at notes-area.c:423 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 --- gnotime-2.3.0/src/notes-area.c.orig 2008-02-26 17:19:11.000000000 -0700 +++ gnotime-2.3.0/src/notes-area.c 2008-02-26 17:19:29.000000000 -0700 @@ -24,6 +24,7 @@ #include "proj.h" #include "notes-area.h" #include "util.h" +#include "menus.h" struct NotesArea_s { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]