[Pkg-xfce-devel] Bug#456316: xfce_create_header() implicitly converted to pointer

dann frazier dannf at debian.org
Fri Dec 14 15:16:04 UTC 2007


Package: xfce4-timer-plugin
Version: 0.5.1-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.

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

On Tue, Dec 11, 2007 at 11:46:04PM +0000, Debian/IA64 non-US Build Daemon wrote:
> Function `xfce_create_header' implicitly converted to pointer at xfcetimer.c:1174

diff -urpN xfce4-timer-plugin-0.5.1.orig/src/xfcetimer.c xfce4-timer-plugin-0.5.1/src/xfcetimer.c
--- xfce4-timer-plugin-0.5.1.orig/src/xfcetimer.c	2006-09-12 19:23:11.000000000 -0600
+++ xfce4-timer-plugin-0.5.1/src/xfcetimer.c	2007-12-14 08:12:02.000000000 -0700
@@ -35,6 +35,7 @@
 #include <libxfce4util/libxfce4util.h>
 #include <libxfcegui4/xfce_iconbutton.h>
 #include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfcegui4/dialogs.h>
 
 //#include <panel/xfce.h>
 //#include <panel/plugins.h>

-- 
dann frazier






More information about the Pkg-xfce-devel mailing list