mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-11 22:52:47 +01:00
common,w32: Silence an unused arg warning message.
--
This commit is contained in:
parent
9bbb841bd9
commit
f7426b73ce
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user