tests: Add common_cflags to build

And fix all the errors and warnings resulting from that

See #2491
This commit is contained in:
Timm Bäder
2020-03-06 18:05:43 +01:00
parent 0e8850bf84
commit d1cd6aacba
58 changed files with 255 additions and 348 deletions

View File

@@ -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);