fix G_DEFINE_AUTO_CLEANUP_FREE_FUNC on non-GCC
authorRyan Lortie <desrt@desrt.ca>
Mon, 2 Feb 2015 08:16:55 +0000 (09:16 +0100)
committerRyan Lortie <desrt@desrt.ca>
Mon, 2 Feb 2015 08:17:44 +0000 (09:17 +0100)
commit57a49f6891a0d69c0b3b686040bf81e303831b77
tree06be58016b287b9b20e546aa2e4fc335dc3a0f88
parent08f7f976961ca1174d187a917ec2a3d235f09448
fix G_DEFINE_AUTO_CLEANUP_FREE_FUNC on non-GCC

Add the missing 'none' argument to this macro in the non-GCC case.  The
none parameter was added after the others and I forgot to update the
non-GCC case.

https://bugzilla.gnome.org/show_bug.cgi?id=743640
glib/gmacros.h