[pango/compiler-warnings: 6/13] bidi: Silence compiler warnings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/compiler-warnings: 6/13] bidi: Silence compiler warnings
- Date: Sun, 22 Aug 2021 06:36:58 +0000 (UTC)
commit 9de02e0feeb27d8c21762a3c822498bf8695091e
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 22 02:01:04 2021 -0400
bidi: Silence compiler warnings
pango/pango-bidi-type.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pango/pango-bidi-type.c b/pango/pango-bidi-type.c
index 32858f7e..40123a60 100644
--- a/pango/pango-bidi-type.c
+++ b/pango/pango-bidi-type.c
@@ -79,6 +79,7 @@ pango_bidi_type_for_unichar (gunichar ch)
case FRIBIDI_TYPE_RLI: return PANGO_BIDI_TYPE_RLI;
case FRIBIDI_TYPE_FSI: return PANGO_BIDI_TYPE_FSI;
case FRIBIDI_TYPE_PDI: return PANGO_BIDI_TYPE_PDI;
+ case _FRIBIDI_TYPE_SENTINEL:
default:
return PANGO_BIDI_TYPE_ON;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]