[Pkg-gnupg-commit] [gpgme] 362/412: core: Defer implementation of gpgme_op_createkey with gpg < 2.1

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:27:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit d79dcb78d867aaf55b85aea117c4ae6035a1531a
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 14 19:02:40 2016 +0200

    core: Defer implementation of gpgme_op_createkey with gpg < 2.1
    
    * src/engine-gpg.c (gpg_createkey_legacy): Mark unused variables.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 src/engine-gpg.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/engine-gpg.c b/src/engine-gpg.c
index dc0906d..ac85c4d 100644
--- a/src/engine-gpg.c
+++ b/src/engine-gpg.c
@@ -2056,6 +2056,12 @@ gpg_createkey_legacy (engine_gpg_t gpg,
                unsigned int flags,
                unsigned int extraflags)
 {
+  (void)gpg;
+  (void)userid;
+  (void)algo;
+  (void)expires;
+  (void)flags;
+  (void)extraflags;
   return gpg_error (GPG_ERR_NOT_IMPLEMENTED);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list