]> the.earth.li Git - onak.git/blobdiff - keydb/keydb_fs.c
Mark unused function parameters
[onak.git] / keydb / keydb_fs.c
index 565cfe840fd2d65f424752314343b9f09f064e62..921c97834da28f292d72cfcc1128ffb2f3c7e840 100644 (file)
@@ -622,9 +622,10 @@ static int fs_fetch_key_skshash(struct onak_dbctx *dbctx,
  *
  *     Returns the number of keys we iterated over.
  */
-static int fs_iterate_keys(struct onak_dbctx *dbctx,
-               void (*iterfunc)(void *ctx,
-               struct openpgp_publickey *key), void *ctx)
+static int fs_iterate_keys(__unused struct onak_dbctx *dbctx,
+               __unused void (*iterfunc)(void *ctx,
+                       struct openpgp_publickey *key),
+               __unused void *ctx)
 {
        return 0;
 }