summaryrefslogtreecommitdiffstats
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/group.c b/src/group.c
index e09a21f..b60495b 100644
--- a/src/group.c
+++ b/src/group.c
@@ -50,6 +50,8 @@ static void
ganv_group_set_property(GObject* gobject, guint param_id,
const GValue* value, GParamSpec* pspec)
{
+ (void)value;
+
g_return_if_fail(GANV_IS_GROUP(gobject));
switch (param_id) {
@@ -63,6 +65,8 @@ static void
ganv_group_get_property(GObject* gobject, guint param_id,
GValue* value, GParamSpec* pspec)
{
+ (void)value;
+
g_return_if_fail(GANV_IS_GROUP(gobject));
switch (param_id) {