summaryrefslogtreecommitdiff
path: root/tests/testadjustsize.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/testadjustsize.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/testadjustsize.c')
-rw-r--r--tests/testadjustsize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testadjustsize.c b/tests/testadjustsize.c
index b2e67a2db4..18c7a83c24 100644
--- a/tests/testadjustsize.c
+++ b/tests/testadjustsize.c
@@ -62,9 +62,9 @@ static void
quit_cb (GtkWidget *widget,
gpointer data)
{
- gboolean *done = data;
+ gboolean *is_done = data;
- *done = TRUE;
+ *is_done = TRUE;
g_main_context_wakeup (NULL);
}