Skip to content
Snippets Groups Projects
Commit fed9d30f authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix warning from use of deprecated register keyword

parent 638c40f6
No related branches found
No related tags found
No related merge requests found
...@@ -94,9 +94,9 @@ dbus_glib_marshal_viewerapp_BOOLEAN__STRING_POINTER_POINTER (GClosure *closu ...@@ -94,9 +94,9 @@ dbus_glib_marshal_viewerapp_BOOLEAN__STRING_POINTER_POINTER (GClosure *closu
gpointer arg_2, gpointer arg_2,
gpointer arg_3, gpointer arg_3,
gpointer data2); gpointer data2);
register GMarshalFunc_BOOLEAN__STRING_POINTER_POINTER callback; GMarshalFunc_BOOLEAN__STRING_POINTER_POINTER callback;
register GCClosure *cc = (GCClosure*) closure; GCClosure *cc = (GCClosure*) closure;
register gpointer data1, data2; gpointer data1, data2;
gboolean v_return; gboolean v_return;
g_return_if_fail (return_value != NULL); g_return_if_fail (return_value != NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment