X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb%2Fkeydb_fs.c;fp=keydb%2Fkeydb_fs.c;h=921c97834da28f292d72cfcc1128ffb2f3c7e840;hb=9d8830c7ea9fd00ded77072cdfd333c5c4e39813;hp=565cfe840fd2d65f424752314343b9f09f064e62;hpb=c0fee41b459cc3822d890bac98882a6c9696c033;p=onak.git diff --git a/keydb/keydb_fs.c b/keydb/keydb_fs.c index 565cfe8..921c978 100644 --- a/keydb/keydb_fs.c +++ b/keydb/keydb_fs.c @@ -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; }