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 524344 - glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.16.x
Other All
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-03-25 17:36 UTC by Peter Kjellerstedt
Modified: 2008-03-31 03:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Kjellerstedt 2008-03-25 17:36:34 UTC
Please describe the problem:
There are still three references to G_GNUC_PRETTY_FUNCTION in glib/gthread.h which will bite you if you try to build with G_DEBUG_LOCKS and G_DISABLE_DEPRECATED. I assume these should be replaced by G_STRFUNC.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Matthias Clasen 2008-03-31 03:40:32 UTC
2008-03-30  Matthias Clasen  <mclasen@redhat.com>

        * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION
        by G_STRFUNC.  (#524344, Peter, Kjellerstedt)