test-theme: Pacify -Werror for clutter_init
This commit is contained in:
parent
034e147910
commit
c2d400846b
@ -426,7 +426,8 @@ main (int argc, char **argv)
|
||||
StTheme *theme;
|
||||
StThemeContext *context;
|
||||
|
||||
clutter_init (&argc, &argv);
|
||||
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
||||
g_error ("failed to initialize clutter");
|
||||
|
||||
theme = st_theme_new ("st/test-theme.css",
|
||||
NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user