[pango/compiler-warnings: 9/11] markup: Silence compiler warnings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/compiler-warnings: 9/11] markup: Silence compiler warnings
- Date: Sun, 22 Aug 2021 06:14:05 +0000 (UTC)
commit d20074e84d7004af3ae5451a5f3c3a3e9f2ff42c
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Aug 22 02:12:25 2021 -0400
markup: Silence compiler warnings
pango/pango-markup.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/pango/pango-markup.c b/pango/pango-markup.c
index f82aacef..22064103 100644
--- a/pango/pango-markup.c
+++ b/pango/pango-markup.c
@@ -378,6 +378,9 @@ start_element_handler (GMarkupParseContext *context,
if (strcmp ("u", element_name) == 0)
parse_func = u_parse_func;
break;
+
+ default:
+ break;
}
if (parse_func == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]