tests/closure: Use correct prototype for signal callback
authorColin Walters <walters@verbum.org>
Mon, 22 Jul 2013 11:51:00 +0000 (12:51 +0100)
committerColin Walters <walters@verbum.org>
Mon, 22 Jul 2013 13:34:24 +0000 (09:34 -0400)
commit00f5c63621d8a0e67562deaf529b6a9c9362e2d7
treebe165afcf925f465378fb8a55d52e5869ad9b139
parenta65a85a4fd334a2dbd6739955aa652efc83a360f
tests/closure: Use correct prototype for signal callback

This test worked when compiled without optimization, but fails with
-O2.  Presumably we just happened to find the GMainLoop off the stack
somewhere.

https://bugzilla.gnome.org/show_bug.cgi?id=704267
gobject/tests/closure.c