GNOME Bugzilla – Bug 524344
glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
Last modified: 2008-03-31 03:40:32 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:
2008-03-30 Matthias Clasen <mclasen@redhat.com> * glib/gthread.h: Replace occurrances of G_GNUC_PRETTY_FUNCTION by G_STRFUNC. (#524344, Peter, Kjellerstedt)