summaryrefslogtreecommitdiff
path: root/tests/testtreemodel.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-03-06 18:05:43 +0100
committerTimm Bäder <mail@baedert.org>2020-03-06 18:21:58 +0100
commitd1cd6aacba55ea86d8b53638a18208cb19208f23 (patch)
tree43c2a4a7f5c021c586c18b2f6034067a218851d2 /tests/testtreemodel.c
parent0e8850bf84cfa174ba85a6d8468c5f7056aeca46 (diff)
downloadgtk+-d1cd6aacba55ea86d8b53638a18208cb19208f23.tar.gz
tests: Add common_cflags to build
And fix all the errors and warnings resulting from that See #2491
Diffstat (limited to 'tests/testtreemodel.c')
-rw-r--r--tests/testtreemodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtreemodel.c b/tests/testtreemodel.c
index 031dab580a..2becbd0d1b 100644
--- a/tests/testtreemodel.c
+++ b/tests/testtreemodel.c
@@ -204,7 +204,7 @@ tree_store_insert_deep (GtkTreeModel *model,
static void
-test_run (gchar *title,
+test_run (const char *title,
GtkTreeModel *store,
ClearFunc *clear,
InsertFunc *insert)