GNOME Bugzilla – Bug 589893
Remove deprecated Glib symbol
Last modified: 2009-10-10 15:37:51 UTC
gmime uses G_GNUC_PRETTY_FUNCTION in ./zenprofiler.h which is deprecated http://library.gnome.org/devel/glib/2.20/glib-Miscellaneous-Macros.html#G-GNUC-PRETTY-FUNCTION--CAPS
do you know what should be used instead? zenprofiler.h isn't really used anyway, it's pretty much a dead include that I used for a short while for doing some rough profiling.
I personnaly use G_STRFUNC for that...
so can this get a fix please?
fixed by just removing the header file