diff options
author | Werner Koch <[email protected]> | 2016-09-13 18:53:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-13 18:53:49 +0000 |
commit | 4a200146b602349eebb4eac2e102357748d7ba5b (patch) | |
tree | c548cee8f7144b70f0f510f1f673844afe85c342 /src/engine-gpgconf.c | |
parent | tests: Mark lots of unused vars and fix const mismatches. (diff) | |
download | gpgme-4a200146b602349eebb4eac2e102357748d7ba5b.tar.gz gpgme-4a200146b602349eebb4eac2e102357748d7ba5b.zip |
core: Mark unused function args.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/engine-gpgconf.c')
-rw-r--r-- | src/engine-gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine-gpgconf.c b/src/engine-gpgconf.c index 2e25d767..d5e7e2b9 100644 --- a/src/engine-gpgconf.c +++ b/src/engine-gpgconf.c @@ -912,6 +912,8 @@ gpgconf_conf_save (void *engine, gpgme_conf_comp_t comp) static void gpgconf_set_io_cbs (void *engine, gpgme_io_cbs_t io_cbs) { + (void)engine; + (void)io_cbs; /* Nothing to do. */ } |