summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/homedir.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/homedir.c b/common/homedir.c
index 8ef402b33..d26ddd902 100644
--- a/common/homedir.c
+++ b/common/homedir.c
@@ -292,7 +292,9 @@ create_common_conf (const char *dname)
gpg_strerror (gpg_error_from_syserror ()));
}
}
-#endif /* BUILD_WITH_KEYBOXD */
+#else /* BUILD_WITH_KEYBOXD */
+ (void)dname;
+#endif /* !BUILD_WITH_KEYBOXD */
}