tests: Add common_cflags to build
And fix all the errors and warnings resulting from that See #2491
This commit is contained in:
@@ -94,6 +94,8 @@ populate_flowbox_focus (GtkFlowBox *flowbox)
|
||||
widget = gtk_label_new ("bla");
|
||||
sensitive = FALSE;
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
gtk_container_add (GTK_CONTAINER (box), widget);
|
||||
|
||||
Reference in New Issue
Block a user