summaryrefslogtreecommitdiff
path: root/client/cd-it8.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/cd-it8.c')
-rw-r--r--client/cd-it8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cd-it8.c b/client/cd-it8.c
index a64fbca..7f141e8 100644
--- a/client/cd-it8.c
+++ b/client/cd-it8.c
@@ -526,7 +526,7 @@ main (int argc, char *argv[])
/* set verbose? */
if (verbose) {
- g_setenv ("COLORD_VERBOSE", "1", FALSE);
+ (void)g_setenv ("COLORD_VERBOSE", "1", FALSE);
} else {
g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG,
cd_util_ignore_cb, NULL);