After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589728 - gnome-screensaver: implicit declaration g_printf
gnome-screensaver: implicit declaration g_printf
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: general
2.26.x
Other All
: Normal trivial
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-26 00:27 UTC by oku.ns
Modified: 2009-08-21 03:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
proposal patch (658 bytes, patch)
2009-07-26 00:28 UTC, oku.ns
none Details | Review

Description oku.ns 2009-07-26 00:27:45 UTC
Please describe the problem:
GCC says "warning: implicit declaration of function 'g_printf'", when compiling gnome-screensaver-command.c.

Steps to reproduce:
1. ./configure
2. make
3. :-)


Actual results:
GCC says, "gnome-screensaver.c:330: warning: implicit declaration of function 'g_printf'".

Expected results:
To be compiled without the warning. :-)

Does this happen every time?
It does.

Other information:
Ebuild system of Gentoo linux is aborted by the warning, with "QA Notice: Package has poor programming practices which may compile".
Comment 1 oku.ns 2009-07-26 00:28:36 UTC
Created attachment 139215 [details] [review]
proposal patch
Comment 2 William Jon McCann 2009-08-21 03:11:36 UTC
Fixed in master.  Thanks!