gio/tests: Add a dynamic type check assertion

This shuts up a static analysis false positive, and adds some extra
checking.

Found by scan-build.

https://bugzilla.gnome.org/show_bug.cgi?id=113075
This commit is contained in:
Philip Withnall 2013-11-26 11:21:37 +00:00
parent 32118951ea
commit c9344fd513

View File

@ -1665,7 +1665,7 @@ legacy_error_return (gpointer user_data)
} }
else else
{ {
GSimpleAsyncResult *simple = user_data; GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (user_data);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS; G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
g_simple_async_result_set_error (simple, g_simple_async_result_set_error (simple,