[Pkg-gnupg-commit] [gnupg2] 24/102: common, w32: Silence an unused arg warning message.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jun 17 00:14:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit f7426b73ce3176f2bd3ea02120be1c70d145542e
Author: Werner Koch <wk at gnupg.org>
Date: Tue May 24 13:02:14 2016 +0200
common,w32: Silence an unused arg warning message.
--
---
common/sysutils.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/common/sysutils.c b/common/sysutils.c
index 18625d0..d82eb8e 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));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list