GNOME Bugzilla – Bug 348367
s/__FUNCTION__/G_GNUC_FUNCTION/ in sftp-method.c
Last modified: 2006-07-23 09:42:09 UTC
The __FUNCTION__ macro is gcc specific. glib has a macro called G_GNUC_FUNCTION that does the same thing but in a portable manner.
Created attachment 69397 [details] [review] patch that changes all occurances of __FUNCTION__ to G_GNUC_FUNCTION
Thanks for all the efforts but this is a dup and fixed in cvs. I have also grep'ed for __FUNCTION__ and replaced the last 3 occurrences of it with G_GUNC_FUNCTION. Thanks again. *** This bug has been marked as a duplicate of 342963 ***