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 612300 - gvariant uses gcc-specific __PRETTY_FUNCTION__ instead of G_STRFUNC
gvariant uses gcc-specific __PRETTY_FUNCTION__ instead of G_STRFUNC
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gvariant
2.23.x
Other Solaris
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-03-09 14:36 UTC by Dagobert Michelsen
Modified: 2010-03-09 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to use G_STRFUNC (921 bytes, application/octet-stream)
2010-03-09 14:36 UTC, Dagobert Michelsen
Details

Description Dagobert Michelsen 2010-03-09 14:36:03 UTC
Created attachment 155652 [details]
Patch to use G_STRFUNC

gvariant uses gcc-specific __PRETTY_FUNCTION__ instead of G_STRFUNC.

The attached patch fixes the problem.
Comment 1 Allison Karlitskaya (desrt) 2010-03-09 15:31:04 UTC
Only found out about G_STRFUNC recently.

Thanks for the patch.