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));