[gnome-dictionary/ebassi/merge-gdict: 3/7] Avoid an implicit fallthrough in a switch block
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary/ebassi/merge-gdict: 3/7] Avoid an implicit fallthrough in a switch block
- Date: Thu, 24 Sep 2020 15:54:18 +0000 (UTC)
commit aa6eee6133297fd676b9b62a3f1d8c8144ce01a8
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Sep 23 16:05:32 2020 +0100
Avoid an implicit fallthrough in a switch block
Luckily, nobody is using the GdictSpeller properties.
src/gdict-speller.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gdict-speller.c b/src/gdict-speller.c
index 05889cf..2503738 100644
--- a/src/gdict-speller.c
+++ b/src/gdict-speller.c
@@ -227,6 +227,7 @@ gdict_speller_get_property (GObject *gobject,
break;
case PROP_COUNT:
g_value_set_int (value, speller->priv->results);
+ break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, prop_id, pspec);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]