Fix the build
gcc was complaining here with -Werror=return-type.
This commit is contained in:
@@ -239,6 +239,8 @@ gtk_css_transform_apply (const GtkCssTransform *transform,
|
||||
g_assert_not_reached ();
|
||||
break;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* NB: The returned matrix may be invalid */
|
||||
|
||||
Reference in New Issue
Block a user