aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/sysutils.c')
-rw-r--r--common/sysutils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/sysutils.c b/common/sysutils.c
index 18625d0ff..d82eb8e26 100644
--- a/common/sysutils.c
+++ b/common/sysutils.c
@@ -636,6 +636,8 @@ int
gnupg_chmod (const char *name, const char *modestr)
{
#ifdef HAVE_W32_SYSTEM
+ (void)name;
+ (void)modestr;
return 0;
#else
return chmod (name, modestr_to_mode (modestr));