summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorOlivier Duchateau <duchateau.olivier@gmail.com>2019-02-03 16:08:15 +0100
committerAndre Miranda <andre42m@gmail.com>2019-02-12 21:56:02 -0300
commit0cb3bfa9adb383117251e0799beafcc7e89fcb10 (patch)
treeba43cb79c4820422ecef6ebcad835f87bea795a1 /xfconf
parentfdeec868aafa62f256660302dce9ea121e4b8578 (diff)
downloadxfconf-0cb3bfa9adb383117251e0799beafcc7e89fcb10.tar.gz
Fix warnings reported by GCC 8 (Bug #15112)
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/xfconf-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index 7b3a7a6..ce45f05 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -327,6 +327,7 @@ xfconf_channel_get_g_property(GObject *object,
case PROP_IS_SINGLETON:
g_value_set_boolean(value, channel->is_singleton);
+ break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);