[pango/line-breaking-fixes: 6/12] testrandom: Quiet a compiler warning




commit f7345d004bf4199eca996633885055517852bd56
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 12 19:02:37 2021 -0500

    testrandom: Quiet a compiler warning

 tests/testrandom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/testrandom.c b/tests/testrandom.c
index 3b9b543d..ed8728c4 100644
--- a/tests/testrandom.c
+++ b/tests/testrandom.c
@@ -33,7 +33,7 @@ static gsize n_rtl_words;
 static const char *
 random_word (PangoDirection dir)
 {
-  switch (dir)
+  switch ((int)dir)
     {
       case PANGO_DIRECTION_LTR:
         return ltr_words[g_test_rand_int_range (0, n_ltr_words)];


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]