diff options
Diffstat (limited to '')
-rw-r--r-- | src/vfs-create.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vfs-create.c b/src/vfs-create.c index 48931b9a..a01d4da6 100644 --- a/src/vfs-create.c +++ b/src/vfs-create.c @@ -118,6 +118,8 @@ _gpgme_op_vfs_create (gpgme_ctx_t ctx, gpgme_key_t recp[], char *container_file_esc = NULL; int i; + (void)flags; + /* We want to encourage people to check error values, so not getting them is discouraged here. Also makes our code easier. */ if (! op_err) |