mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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)
|
gnupg_chmod (const char *name, const char *modestr)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
|
(void)name;
|
||||||
|
(void)modestr;
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
return chmod (name, modestr_to_mode (modestr));
|
return chmod (name, modestr_to_mode (modestr));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user