GNOME Bugzilla – Bug 317222
Missing include in src/common/gst-auth.c
Last modified: 2005-11-27 22:28:24 UTC
Hi, dann frazier reported that suspicious warnings appeared while building gnome-system-tools: Function `gst_platform_get_key' implicitly converted to pointer at gst-auth.c:348 He suggests an include is missing: diff -urN gnome-system-tools-1.4.0.orig/src/common/gst-auth.c gnome-system-tools-1.4.0/src/common/gst-auth.c --- orig.gnome-system-tools-1.4.0/src/common/gst-auth.c 2005-08-08 13:00:01.000000000 -0600 +++ gnome-system-tools-1.4.0/src/common/gst-auth.c 2005-09-25 17:46:35.000000000 -0600 @@ -49,6 +49,7 @@ #include "gst-auth.h" #include "gst-tool.h" +#include "gst-platform.h" #define GST_AUTH_RESPONSE_NP 1 This is Debian bug http://bugs.debian.org/330104. Bye,
Note that the reported error string (Function `gst_platform_get_key' implicitly converted to pointer at gst-auth.c:348) does not appear in the build log. That output is produced by a script that analyzes build logs for this class of bug. See: http://wiki.debian.net/?ImplicitPointerConversions
Thanks for reporting this bug, the fix is already in CVS :)