aboutsummaryrefslogtreecommitdiffstats
path: root/src/data-identify.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-09-13 18:53:14 +0000
committerWerner Koch <[email protected]>2016-09-13 18:53:49 +0000
commit4a200146b602349eebb4eac2e102357748d7ba5b (patch)
treec548cee8f7144b70f0f510f1f673844afe85c342 /src/data-identify.c
parenttests: Mark lots of unused vars and fix const mismatches. (diff)
downloadgpgme-4a200146b602349eebb4eac2e102357748d7ba5b.tar.gz
gpgme-4a200146b602349eebb4eac2e102357748d7ba5b.zip
core: Mark unused function args.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--src/data-identify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data-identify.c b/src/data-identify.c
index 1edfb9b2..a5da7f55 100644
--- a/src/data-identify.c
+++ b/src/data-identify.c
@@ -489,6 +489,8 @@ gpgme_data_identify (gpgme_data_t dh, int reserved)
int n;
gpgme_off_t off;
+ (void)reserved;
+
/* Check whether we can seek the data object. */
off = gpgme_data_seek (dh, 0, SEEK_CUR);
if (off == (gpgme_off_t)(-1))