mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common,w32: Silence an unused arg warning message.
--
This commit is contained in:
parent
9bbb841bd9
commit
f7426b73ce
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue