summaryrefslogtreecommitdiff
path: root/client/as-compose.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-04-13 14:47:06 +0100
committerRichard Hughes <richard@hughsie.com>2022-04-13 14:54:00 +0100
commit6235bc1a2c5bdcb995760db63f2da61665182ac9 (patch)
tree275e070dc612a0886d9a2652c38271c077f3232c /client/as-compose.c
parent0883a64dba553b778e04175b0a5b7f1c3c135027 (diff)
downloadappstream-glib-6235bc1a2c5bdcb995760db63f2da61665182ac9.tar.gz
trivial: Be explicit when ignoring return error values
Diffstat (limited to 'client/as-compose.c')
-rw-r--r--client/as-compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-compose.c b/client/as-compose.c
index a1104c4..6ad2564 100644
--- a/client/as-compose.c
+++ b/client/as-compose.c
@@ -360,7 +360,7 @@ main (int argc, char **argv)
}
if (verbose)
- g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
+ (void)g_setenv ("G_MESSAGES_DEBUG", "all", TRUE);
/* set defaults */
if (prefix == NULL)